Development
This commit is contained in:
parent
34abbae32e
commit
a94863e25a
4 changed files with 77 additions and 4 deletions
|
|
@ -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\">"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue