Development
This commit is contained in:
parent
c66c2e7a4d
commit
b0447625f6
1 changed files with 3 additions and 1 deletions
|
|
@ -283,13 +283,15 @@
|
|||
"label": "Lease Time",
|
||||
"name": "dhcp_lease_time",
|
||||
"input_type": "number",
|
||||
"min": 1
|
||||
"min": 1,
|
||||
"value": "48"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"label": "Unit",
|
||||
"name": "dhcp_lease_unit",
|
||||
"input_type": "select",
|
||||
"value": "hours",
|
||||
"options": [
|
||||
{"value": "minutes", "label": "Minutes"},
|
||||
{"value": "hours", "label": "Hours"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue