Development

This commit is contained in:
Matthew Grotke 2026-06-05 13:11:26 -04:00
parent f30c4d5d79
commit 09beba8889
3 changed files with 17 additions and 5 deletions

View file

@ -84,7 +84,7 @@
{
"type": "card",
"id": "add-form",
"label": "Add Reservation/Authorization",
"label": "Add Reservation/Authorization Rule",
"client_requirement": "client_is_administrator+",
"items": [
{
@ -158,7 +158,8 @@
"type": "field",
"label": "Enabled",
"name": "enabled",
"input_type": "checkbox"
"input_type": "checkbox",
"hint": "Enable or disable this reservation/authorization rule."
},
{
"type": "button_row",