Skip to content
Snippets Groups Projects
Commit ff940cc1 authored by Sam Roberts's avatar Sam Roberts
Browse files

revert slightly too extreme change, to repopulate other dashboards

parent 15e08845
No related branches found
No related tags found
No related merge requests found
...@@ -511,8 +511,6 @@ def _get_dashboard_data(ifc): ...@@ -511,8 +511,6 @@ def _get_dashboard_data(ifc):
host = ifc['router'] host = ifc['router']
location = host.split('.')[1].upper() location = host.split('.')[1].upper()
name = f'{name} - {location}' name = f'{name} - {location}'
elif BRIAN_DASHBOARDS.COPERNICUS.name in dashboards:
name = "COPERNICUS"
else: else:
name = _get_customer_name(description) name = _get_customer_name(description)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment