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

Keep GWS folders

parent a6fbe6b3
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,8 @@ def provision(config):
updated = reduce(get_uid, updated, {})
# General is a base folder present in Grafana
folders_to_keep = ['General', 'Aggregates']
folders_to_keep = ['General', 'GWS Indirect',
'GWS Direct', 'Aggregates']
folders_to_keep.extend([dash['folder_name']
for dash in dashboards.values()])
......
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