From d071060e7b7a9f863e1a617131f1fbf9c1671af8 Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Mon, 1 Jun 2026 13:34:07 -0400 Subject: [PATCH] Development --- .../app/pages/radius/content.json | 30 ++++++++++++------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/docker/routlin-dash/app/pages/radius/content.json b/docker/routlin-dash/app/pages/radius/content.json index 0d3b447..ef6ccdf 100644 --- a/docker/routlin-dash/app/pages/radius/content.json +++ b/docker/routlin-dash/app/pages/radius/content.json @@ -68,7 +68,7 @@ {"value": "AA-BB-CC-DD-EE-FF", "label": "AA-BB-CC-DD-EE-FF"}, {"value": "AA:BB:CC:DD:EE:FF", "label": "AA:BB:CC:DD:EE:FF"} ], - "hint": "Format used in the FreeRADIUS users file. Must match your AP/controller's expected format." + "hint": "Must match your AP/controller's expected format." }, { "type": "field", @@ -102,6 +102,25 @@ "label": "Logging", "client_requirement": "client_is_administrator+", "items": [ + { + "type": "form", + "action": "/action/radius/logging_save", + "method": "post", + "items": [ + { + "type": "field", + "label": "", + "name": "logging", + "input_type": "checkbox", + "checkbox_label": "Log auth requests", + "value": "%RADIUS_LOGGING%", + "hint": "Enables auth and auth_accept/auth_reject in radiusd.conf. High volume on busy networks - enable for debugging only." + } + ] + }, + { + "type": "hr" + }, { "type": "pre_block", "text": "%RADIUS_LOG_TAIL%", @@ -136,15 +155,6 @@ "action": "/action/radius/logging_save", "method": "post", "items": [ - { - "type": "field", - "label": "Enable Auth Logging", - "name": "logging", - "input_type": "checkbox", - "checkbox_label": "Log auth requests", - "value": "%RADIUS_LOGGING%", - "hint": "Enables auth and auth_accept/auth_reject in radiusd.conf. High volume on busy networks - enable for debugging only." - }, { "type": "field", "label": "Max Log Size (KB)",