aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/CommandDialog.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-05-19 23:37:03 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2016-05-19 23:37:03 -0700
commit8249d9f7dc2cd4b7bb32e8d528d387f5ce88a60d (patch)
treedc2962ede741a42f43a025ee1b2d93213e7d2d3b /web/app/view/CommandDialog.js
parente816b0e9f3023f31b3ed0d984ded755d07dcb9b3 (diff)
parent252530b36e2b7e09bfe16d301d1106f86ebf178d (diff)
downloadtrackermap-server-8249d9f7dc2cd4b7bb32e8d528d387f5ce88a60d.tar.gz
trackermap-server-8249d9f7dc2cd4b7bb32e8d528d387f5ce88a60d.tar.bz2
trackermap-server-8249d9f7dc2cd4b7bb32e8d528d387f5ce88a60d.zip
Merge pull request #1953 from Abyss777/master
Custom command support for web interface
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r--web/app/view/CommandDialog.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js
index d23b50d4c..031815273 100644
--- a/web/app/view/CommandDialog.js
+++ b/web/app/view/CommandDialog.js
@@ -54,6 +54,13 @@ Ext.define('Traccar.view.CommandDialog', {
displayField: 'name',
valueField: 'factor'
}]
+ }, {
+ xtype: 'textfield',
+ reference: 'paramCustom',
+ fieldLabel: Strings.commandCustom,
+ name: 'customCommand',
+ hidden: true,
+ allowBlank: false
}]
},