Development

This commit is contained in:
Matthew Grotke 2026-06-01 13:40:35 -04:00
parent d071060e7b
commit 8ba730f92f

View file

@ -115,8 +115,6 @@
"checkbox_label": "Log auth requests", "checkbox_label": "Log auth requests",
"value": "%RADIUS_LOGGING%", "value": "%RADIUS_LOGGING%",
"hint": "Enables auth and auth_accept/auth_reject in radiusd.conf. High volume on busy networks - enable for debugging only." "hint": "Enables auth and auth_accept/auth_reject in radiusd.conf. High volume on busy networks - enable for debugging only."
}
]
}, },
{ {
"type": "hr" "type": "hr"
@ -150,11 +148,6 @@
{ {
"type": "hr" "type": "hr"
}, },
{
"type": "form",
"action": "/action/radius/logging_save",
"method": "post",
"items": [
{ {
"type": "field", "type": "field",
"label": "Max Log Size (KB)", "label": "Max Log Size (KB)",
@ -173,6 +166,10 @@
"action": "/action/radius/logging_save", "action": "/action/radius/logging_save",
"method": "post", "method": "post",
"text": "Save" "text": "Save"
},
{
"type": "button_cancel",
"text": "Cancel"
} }
] ]
} }