From a6031616df6c86dd105941e1fd54ee629873739a Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Fri, 5 Jun 2026 13:27:25 -0400 Subject: [PATCH] Development --- docker/routlin-dash/app/pages/radius/action.py | 2 +- docker/routlin-dash/app/pages/radius/content.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/routlin-dash/app/pages/radius/action.py b/docker/routlin-dash/app/pages/radius/action.py index feffa3a..a5012e5 100644 --- a/docker/routlin-dash/app/pages/radius/action.py +++ b/docker/routlin-dash/app/pages/radius/action.py @@ -98,7 +98,7 @@ def default_vlan_save(): v['radius_default'] = (v['name'] == chosen) if chosen else False changes = diff_fields({'radius_default': old_name}, {'radius_default': chosen}) - flash(record_group(cfg, 'radius', 'fallback_vlan', chosen or 'none', changes, 'core apply'), 'success') + flash(record_group(cfg, 'radius', 'default_vlan', chosen or 'none', changes, 'core apply'), 'success') return redirect(f'/{_PAGE}') diff --git a/docker/routlin-dash/app/pages/radius/content.json b/docker/routlin-dash/app/pages/radius/content.json index 9957d99..a93fabf 100644 --- a/docker/routlin-dash/app/pages/radius/content.json +++ b/docker/routlin-dash/app/pages/radius/content.json @@ -96,7 +96,7 @@ }, { "type": "card", - "label": "Fallback VLAN", + "label": "Default VLAN", "client_requirement": "client_is_administrator+", "items": [ { @@ -113,7 +113,7 @@ "items": [ { "type": "field", - "label": "Fallback VLAN", + "label": "Default VLAN", "name": "default_vlan", "input_type": "select", "value": "%RADIUS_DEFAULT_VLAN%",