aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/CommandDialog.js
diff options
context:
space:
mode:
authorRafael Guterres <guterresrafael@gmail.com>2016-12-21 22:30:52 -0200
committerRafael Guterres <guterresrafael@gmail.com>2016-12-21 22:30:52 -0200
commita23b0c9a452f8a06bc781be5c891932096fe5e65 (patch)
treef92644c27670e0c7f2f210905ee4b0e21916425c /web/app/view/CommandDialog.js
parenteb5089cffdf6a3ed5e29fcce1b525b223ce5fe05 (diff)
parent19d6e1c9cc916ed4c1ed72fe168909770a657db2 (diff)
downloadetbsa-traccar-web-a23b0c9a452f8a06bc781be5c891932096fe5e65.tar.gz
etbsa-traccar-web-a23b0c9a452f8a06bc781be5c891932096fe5e65.tar.bz2
etbsa-traccar-web-a23b0c9a452f8a06bc781be5c891932096fe5e65.zip
Merge branch 'master' of https://github.com/tananaev/traccar-web
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r--web/app/view/CommandDialog.js27
1 files changed, 27 insertions, 0 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js
index af36f55..24e0e19 100644
--- a/web/app/view/CommandDialog.js
+++ b/web/app/view/CommandDialog.js
@@ -90,6 +90,33 @@ Ext.define('Traccar.view.CommandDialog', {
hidden: true
}]
}, {
+ xtype: 'fieldcontainer',
+ reference: 'paramSetTimezone',
+ name: 'attributes',
+ hidden: true,
+
+ items: [{
+ xtype: 'numberfield',
+ fieldLabel: Strings.commandTimezone,
+ name: 'timezone',
+ minValue: -12,
+ step: 0.5,
+ maxValue: +14
+ }]
+ }, {
+ xtype: 'fieldcontainer',
+ reference: 'paramSetIndicator',
+ name: 'attributes',
+ hidden: true,
+
+ items: [{
+ xtype: 'numberfield',
+ fieldLabel: Strings.commandData,
+ name: 'data',
+ minValue: 0,
+ maxValue: 99
+ }]
+ }, {
xtype: 'textfield',
reference: 'paramCustom',
fieldLabel: Strings.commandCustom,