diff --git a/brian_dashboard_manager/templating/helpers.py b/brian_dashboard_manager/templating/helpers.py
index 48012f5b551a951b7f2d2039000cf13e6ad56dfb..c9bba091cf88b506a33d3ba4db7e1cf65057c3d2 100644
--- a/brian_dashboard_manager/templating/helpers.py
+++ b/brian_dashboard_manager/templating/helpers.py
@@ -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
                 })