mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
time zone input add
This commit is contained in:
@@ -103,17 +103,21 @@
|
|||||||
"state": "{{web_login}}",
|
"state": "{{web_login}}",
|
||||||
"pattern": ".{1,20}"
|
"pattern": ".{1,20}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "h2",
|
||||||
|
"title": "Временная зона"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "password",
|
"type": "input",
|
||||||
"title": "Пароль",
|
"title": "Логин",
|
||||||
"name":"web-pass",
|
"name":"time-zone",
|
||||||
"state": "{{web_pass}}",
|
"state": "{{timezone}}",
|
||||||
"pattern": ".{1,20}"
|
"pattern": ".{1,20}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"title": "Сохранить",
|
"title": "Сохранить",
|
||||||
"action": "web?web_login=[[web-login]]&web_pass=[[web-pass]]",
|
"action": "timeZone?timezone=[[time-zone]]",
|
||||||
"class": "btn btn-block btn-success"
|
"class": "btn btn-block btn-success"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user