Skip to content

Commit 59da7bf

Browse files
committed
feat: remove metadata for additional info temporary
Signed-off-by: ImMin5 <[email protected]>
1 parent 854ede4 commit 59da7bf

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/cloudforet/cost_analysis/manager/data_source_manager.py

+6-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ class DataSourceManager(BaseManager):
1414
def init_response(options):
1515
plugin_metadata = PluginMetadata()
1616

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+
# }
2423

2524
if currency := options.get("currency"):
2625
plugin_metadata.currency = currency

0 commit comments

Comments
 (0)