Development
This commit is contained in:
parent
d071060e7b
commit
8ba730f92f
1 changed files with 35 additions and 38 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue