From 96db5965f68061ee50cba2430ea38ee2f364af8d Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Thu, 13 Feb 2020 21:22:54 +0300 Subject: [PATCH] time zone input add --- data/setup.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/data/setup.json b/data/setup.json index 185a928b..de53a8b8 100644 --- a/data/setup.json +++ b/data/setup.json @@ -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" }, {