From 8ba730f92f1979b6870bcd6ece877608f6f2ebb0 Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Mon, 1 Jun 2026 13:40:35 -0400 Subject: [PATCH] Development --- .../app/pages/radius/content.json | 73 +++++++++---------- 1 file changed, 35 insertions(+), 38 deletions(-) diff --git a/docker/routlin-dash/app/pages/radius/content.json b/docker/routlin-dash/app/pages/radius/content.json index ef6ccdf..ab38068 100644 --- a/docker/routlin-dash/app/pages/radius/content.json +++ b/docker/routlin-dash/app/pages/radius/content.json @@ -115,46 +115,39 @@ "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%", - "scroll_to_bottom": true - }, - { - "type": "raw_html", - "html": "%RADIUS_LOG_SUMMARY%" - }, - { - "type": "button_row", - "justify": "space-between", - "items": [ - { - "type": "button_ghost", - "action": "/action/radius/logging_download", - "text": "Download Log" }, { - "type": "button_danger", - "action": "/action/radius/logging_clear", - "method": "post", - "text": "Clear Log" - } - ] - }, - { - "type": "hr" - }, - { - "type": "form", - "action": "/action/radius/logging_save", - "method": "post", - "items": [ + "type": "hr" + }, + { + "type": "pre_block", + "text": "%RADIUS_LOG_TAIL%", + "scroll_to_bottom": true + }, + { + "type": "raw_html", + "html": "%RADIUS_LOG_SUMMARY%" + }, + { + "type": "button_row", + "justify": "space-between", + "items": [ + { + "type": "button_ghost", + "action": "/action/radius/logging_download", + "text": "Download Log" + }, + { + "type": "button_danger", + "action": "/action/radius/logging_clear", + "method": "post", + "text": "Clear Log" + } + ] + }, + { + "type": "hr" + }, { "type": "field", "label": "Max Log Size (KB)", @@ -173,6 +166,10 @@ "action": "/action/radius/logging_save", "method": "post", "text": "Save" + }, + { + "type": "button_cancel", + "text": "Cancel" } ] }