diff --git a/docker/routlin-dash/app/pages/radius/content.json b/docker/routlin-dash/app/pages/radius/content.json
index 02c232a..3d2212d 100644
--- a/docker/routlin-dash/app/pages/radius/content.json
+++ b/docker/routlin-dash/app/pages/radius/content.json
@@ -98,50 +98,6 @@
}
]
},
- {
- "type": "card",
- "label": "Default VLAN",
- "client_requirement": "client_is_administrator+",
- "items": [
- {
- "type": "p",
- "text": "Unknown or unregistered devices are assigned to this VLAN. For wired switch ports, also set the fallback network in your managed switch's configuration."
- },
- {
- "type": "raw_html",
- "html": "
"
- },
- {
- "type": "form",
- "action": "/action/radius/default_vlan_save",
- "method": "post",
- "items": [
- {
- "type": "field",
- "label": "Default VLAN",
- "name": "default_vlan",
- "input_type": "select",
- "value": "%RADIUS_DEFAULT_VLAN%",
- "options": "%RADIUS_DEFAULT_VLAN_OPTIONS%",
- "hint": "Devices without a DHCP reservation will receive RADIUS authorization to be placed on this VLAN. This may also be selected on the Network Layout page by denoting a VLAN as the \"RADIUS Default\"."
- },
- {
- "type": "button_row",
- "items": [
- {
- "type": "button_primary",
- "text": "Save"
- },
- {
- "type": "button_cancel",
- "text": "Cancel"
- }
- ]
- }
- ]
- }
- ]
- },
{
"type": "card",
"label": "DEFAULT Rule Scope",
@@ -201,6 +157,50 @@
}
]
},
+ {
+ "type": "card",
+ "label": "Default VLAN",
+ "client_requirement": "client_is_administrator+",
+ "items": [
+ {
+ "type": "p",
+ "text": "Unknown or unregistered devices are assigned to this VLAN. For wired switch ports, also set the fallback network in your managed switch's configuration."
+ },
+ {
+ "type": "raw_html",
+ "html": "
"
+ },
+ {
+ "type": "form",
+ "action": "/action/radius/default_vlan_save",
+ "method": "post",
+ "items": [
+ {
+ "type": "field",
+ "label": "Default VLAN",
+ "name": "default_vlan",
+ "input_type": "select",
+ "value": "%RADIUS_DEFAULT_VLAN%",
+ "options": "%RADIUS_DEFAULT_VLAN_OPTIONS%",
+ "hint": "Devices without a DHCP reservation will receive RADIUS authorization to be placed on this VLAN. This may also be selected on the Network Layout page by denoting a VLAN as the \"RADIUS Default\"."
+ },
+ {
+ "type": "button_row",
+ "items": [
+ {
+ "type": "button_primary",
+ "text": "Save"
+ },
+ {
+ "type": "button_cancel",
+ "text": "Cancel"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
{
"type": "card",
"label": "Authentication Mode",