Development
This commit is contained in:
parent
f30c4d5d79
commit
09beba8889
3 changed files with 17 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue