Development
This commit is contained in:
parent
55ae07160d
commit
f237c69307
3 changed files with 28 additions and 0 deletions
|
|
@ -1521,6 +1521,11 @@
|
|||
"field": "subnet_mask",
|
||||
"class": "col-mono col-narrow"
|
||||
},
|
||||
{
|
||||
"label": "Self Ident(s)",
|
||||
"field": "server_identity_ips",
|
||||
"render": "tag_list"
|
||||
},
|
||||
{
|
||||
"label": "Blocklists",
|
||||
"field": "use_blocklists",
|
||||
|
|
@ -1572,6 +1577,10 @@
|
|||
"min": 1,
|
||||
"max": 30
|
||||
},
|
||||
{
|
||||
"col": "server_identity_ips",
|
||||
"input_type": "textarea"
|
||||
},
|
||||
{
|
||||
"col": "radius_default",
|
||||
"input_type": "checkbox",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue