Development
This commit is contained in:
parent
57e473afc7
commit
ae0019f85d
1 changed files with 44 additions and 44 deletions
|
|
@ -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": "<br>"
|
||||
},
|
||||
{
|
||||
"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": "<br>"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue