From 0c4ee8a84810b2c00c835c6aa155da9035d264e1 Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Tue, 9 Jun 2026 12:12:44 -0400 Subject: [PATCH] Development --- docker/routlin-dash/app/config_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/routlin-dash/app/config_utils.py b/docker/routlin-dash/app/config_utils.py index 3d67dad..be0ae01 100644 --- a/docker/routlin-dash/app/config_utils.py +++ b/docker/routlin-dash/app/config_utils.py @@ -731,7 +731,7 @@ def config_datasource(name): row['local_entries'] = '' row['source_display'] = row.get('url', '') vlan_names = used_by.get(bl.get('name', ''), []) - row['used_by'] = json.dumps([{'n': n, 'd': ''} for n in vlan_names]) if vlan_names else 'Not used by any VLANs' + row['used_by'] = json.dumps([{'n': n, 'd': ''} for n in vlan_names]) if vlan_names else ' Not used by any VLANs' rows.append(row) return rows