Development

This commit is contained in:
Matthew Grotke 2026-05-25 22:12:12 -04:00
parent 91d8b950b7
commit ba74852d8a
2 changed files with 17 additions and 11 deletions

View file

@ -2073,6 +2073,12 @@
}
]
},
{
"type": "info_bar",
"variant": "info",
"text": "This page assigns fixed or dynamic IPs to devices and authorizes them to be placed on a specified VLAN.",
"client_requirement": "client_is_administrator+"
},
{
"type": "table",
"datasource": "live:dhcp_leases",
@ -2176,8 +2182,7 @@
},
{
"col": "ip",
"input_type": "text",
"validate": "ipv4"
"input_type": "text"
},
{
"col": "radius_client",
@ -2203,7 +2208,7 @@
{
"type": "card",
"id": "add-form",
"label": "Add Reservation",
"label": "Add Reservation/Authorization",
"client_requirement": "client_is_administrator+",
"items": [
{
@ -2247,15 +2252,15 @@
"label": "IP Address",
"name": "ip",
"input_type": "text",
"validate": "ipv4",
"placeholder": "e.g. 192.168.10.50"
"placeholder": "e.g. 192.168.10.50",
"hint": "Leave blank to authorize device on this VLAN dynamically."
},
{
"type": "field",
"label": "RADIUS Client",
"name": "radius_client",
"input_type": "checkbox",
"hint": "Authenticate this device via RADIUS."
"hint": "This device acts as a RADIUS authenticator, verifying credentials of other devices on the network."
},
{
"type": "button_row",
@ -2264,7 +2269,7 @@
"type": "button_primary",
"action": "/action/add_dhcp_reservation",
"method": "post",
"text": "Add Reservation"
"text": "Add"
},
{
"type": "button_cancel",