Development

This commit is contained in:
Matthew Grotke 2026-06-08 00:28:33 -04:00
parent 1a473296b7
commit 43c4cf380d
5 changed files with 71 additions and 62 deletions

View file

@ -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"},