Development
This commit is contained in:
parent
1a473296b7
commit
43c4cf380d
5 changed files with 71 additions and 62 deletions
|
|
@ -51,7 +51,7 @@
|
|||
"client_requirement": "client_is_administrator+"
|
||||
},
|
||||
{
|
||||
"label": "Expires",
|
||||
"label": "Session",
|
||||
"field": "expires_label",
|
||||
"class": "col-narrow"
|
||||
}
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
{
|
||||
"type": "field",
|
||||
"label": "Valid For",
|
||||
"name": "valid_for_value",
|
||||
"name": "session_seconds_value",
|
||||
"input_type": "number",
|
||||
"min": 0,
|
||||
"value": "0",
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
{
|
||||
"type": "field",
|
||||
"label": "Unit",
|
||||
"name": "valid_for_unit",
|
||||
"name": "session_seconds_unit",
|
||||
"input_type": "select",
|
||||
"options": [
|
||||
{"value": "hours", "label": "Hours"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue