File tree 1 file changed +6
-7
lines changed
src/cloudforet/cost_analysis/manager
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,12 @@ class DataSourceManager(BaseManager):
14
14
def init_response (options ):
15
15
plugin_metadata = PluginMetadata ()
16
16
17
- plugin_metadata .additional_info = {
18
- "Subscription Name" : {"name" : "Subscription Name" , "visible" : True },
19
- "Unit Price" : {"name" : "Unit Price" , "visible" : False },
20
- "Resource Id" : {"name" : "Resource Id" , "visible" : False },
21
- "Subscription Id" : {"name" : "Subscription Id" , "visible" : False },
22
- "Charge Type" : {"name" : "Charge Type" , "visible" : False },
23
- }
17
+ # plugin_metadata.additional_info = {
18
+ # "Subscription Name": {"name": "Subscription Name", "visible": True},
19
+ # "Resource Id": {"name": "Resource Id", "visible": False},
20
+ # "Subscription Id": {"name": "Subscription Id", "visible": False},
21
+ # "Charge Type": {"name": "Charge Type", "visible": False},
22
+ # }
24
23
25
24
if currency := options .get ("currency" ):
26
25
plugin_metadata .currency = currency
You can’t perform that action at this time.
0 commit comments