Skip to content
Snippets Groups Projects
Commit 4cb0e492 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Send dashboard name as title key

parent ba475d43
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ def provision(config):
agg_folder = find_folder(token_request, 'Aggregates')
for agg_type, dash in aggregate_dashboards.items():
if agg_type in exclude_agg:
dash_name = f'Aggregates - {agg_type}'
dash_name = {'title': f'Aggregate - {agg_type}'}
executor.submit(delete_dashboard,
token_request, dash_name,
agg_folder['id'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment