Development
This commit is contained in:
parent
d071060e7b
commit
8ba730f92f
1 changed files with 35 additions and 38 deletions
|
|
@ -115,46 +115,39 @@
|
||||||
"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": "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",
|
"type": "hr"
|
||||||
"action": "/action/radius/logging_clear",
|
},
|
||||||
"method": "post",
|
{
|
||||||
"text": "Clear Log"
|
"type": "pre_block",
|
||||||
}
|
"text": "%RADIUS_LOG_TAIL%",
|
||||||
]
|
"scroll_to_bottom": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "hr"
|
"type": "raw_html",
|
||||||
},
|
"html": "%RADIUS_LOG_SUMMARY%"
|
||||||
{
|
},
|
||||||
"type": "form",
|
{
|
||||||
"action": "/action/radius/logging_save",
|
"type": "button_row",
|
||||||
"method": "post",
|
"justify": "space-between",
|
||||||
"items": [
|
"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",
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue