time zone input add

This commit is contained in:
Dmitry Borisenko
2020-02-13 21:22:54 +03:00
parent 05ff2225c9
commit 96db5965f6

View File

@@ -103,17 +103,21 @@
"state": "{{web_login}}",
"pattern": ".{1,20}"
},
{
"type": "h2",
"title": "Временная зона"
},
{
"type": "password",
"title": "Пароль",
"name":"web-pass",
"state": "{{web_pass}}",
"type": "input",
"title": "Логин",
"name":"time-zone",
"state": "{{timezone}}",
"pattern": ".{1,20}"
},
{
"type": "button",
"title": "Сохранить",
"action": "web?web_login=[[web-login]]&web_pass=[[web-pass]]",
"action": "timeZone?timezone=[[time-zone]]",
"class": "btn btn-block btn-success"
},
{