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