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

add missing format string placeholder to title string

parent 961ed884
Branches
Tags
1 merge request!8rework ipv6 service panel generator so that ipv4 panels don't include ipv6 interfaces
......@@ -212,7 +212,7 @@ def get_nren_interface_data(services, interfaces, excluded_dashboards):
if_name = _interfaces[0].get('port')
router = _interfaces[0].get('equipment')
router = router.replace('.geant.net', '')
title = f'{router} - {if_name} - {name} ({sid})'
title = f'{router} - {{}} - {if_name} - {name} ({sid})'
if lag_service:
if len(_interfaces) > 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment