Development

This commit is contained in:
Matthew Grotke 2026-06-06 01:28:03 -04:00
parent 34abbae32e
commit a94863e25a
4 changed files with 77 additions and 4 deletions

View file

@ -238,6 +238,23 @@
"options": "%RADIUS_EAP_PROTOCOL_OPTIONS%",
"hint": "_"
},
{
"type": "raw_html",
"html": "<div id=\"eap-inner-row\">"
},
{
"type": "field",
"label": "Inner Protocol",
"name": "inner_protocol",
"input_type": "select",
"value": "%RADIUS_INNER_PROTOCOL%",
"options": "%RADIUS_INNER_PROTOCOL_OPTIONS%",
"hint": "_"
},
{
"type": "raw_html",
"html": "</div>"
},
{
"type": "raw_html",
"html": "<div id=\"eap-tunneled-row\">"