Development
This commit is contained in:
parent
6cfb070b7f
commit
286930423f
7 changed files with 44 additions and 11 deletions
|
|
@ -201,7 +201,7 @@
|
|||
},
|
||||
{
|
||||
"type": "card",
|
||||
"label": "Extensible Authentication Protocol (EAP)",
|
||||
"label": "Authentication Mode",
|
||||
"client_requirement": "client_is_administrator+",
|
||||
"items": [
|
||||
{
|
||||
|
|
@ -225,6 +225,23 @@
|
|||
"options": "%RADIUS_AUTH_MODE_OPTIONS%",
|
||||
"hint": "_"
|
||||
},
|
||||
{
|
||||
"type": "raw_html",
|
||||
"html": "<div id=\"eap-protocol-row\">"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"label": "Username/Password Protocol",
|
||||
"name": "eap_protocol",
|
||||
"input_type": "select",
|
||||
"value": "%RADIUS_EAP_PROTOCOL%",
|
||||
"options": "%RADIUS_EAP_PROTOCOL_OPTIONS%",
|
||||
"hint": "_"
|
||||
},
|
||||
{
|
||||
"type": "raw_html",
|
||||
"html": "</div>"
|
||||
},
|
||||
{
|
||||
"type": "button_row",
|
||||
"items": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue