Development

This commit is contained in:
Matthew Grotke 2026-06-05 02:23:08 -04:00
parent b307461d44
commit 4734eb41a0
3 changed files with 32 additions and 16 deletions

View file

@ -85,13 +85,12 @@
},
{
"type": "field",
"label": "Access Point IPs",
"label": "Which of the following RADIUS Clients are Wireless Access Points that you wish to add to the huntgroup?",
"name": "ap_ips",
"input_type": "textarea",
"input_type": "checkbox_group",
"options": "%RADIUS_AP_IPS_OPTIONS%",
"value": "%RADIUS_AP_IPS%",
"rows": 4,
"hint": "One IP address per line. Used when Apply DEFAULT Rule To is set to huntgroup.",
"placeholder": "192.168.1.10\n192.168.1.11"
"hint": "Used when Apply DEFAULT Rule To is set to huntgroup."
},
{
"type": "button_row",
@ -117,6 +116,9 @@
"type": "p",
"text": "Unknown or unregistered devices are assigned to this VLAN. For wired switch ports, also set the fallback network in the switch configuration."
},
{
"type": "hr"
},
{
"type": "form",
"action": "/action/radius/default_vlan_save",
@ -153,6 +155,9 @@
"type": "p",
"text": "These settings are required for MAC-based 802.1X authentication on managed switches."
},
{
"type": "hr"
},
{
"type": "form",
"action": "/action/radius/eap_save",