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

remove traffic type format string in aggregate panels

parent 8049a984
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ def get_nren_interface_data(services, interfaces, excluded_dashboards):
aggregate_interfaces[f'{router}:::{if_name}'] = True
dashboard['AGGREGATES'].append({
'measurement': measurement,
'alias': title,
'alias': title.replace('- {} ', ''), # remove the format part for aggregate panels
'scid': scid
})
......
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