diff options
author | Abyss777 <abyss@fox5.ru> | 2016-05-17 15:53:04 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-05-17 15:53:04 +0500 |
commit | 92c3085546df5f3160c18c536c6183d15ef4b781 (patch) | |
tree | 7c88286874a3459d540096aa3b737ebbdcd8a129 /web/app/view/CommandDialog.js | |
parent | 4d8e8208c9fdfcad697df25119645eccc880dfea (diff) | |
download | trackermap-server-92c3085546df5f3160c18c536c6183d15ef4b781.tar.gz trackermap-server-92c3085546df5f3160c18c536c6183d15ef4b781.tar.bz2 trackermap-server-92c3085546df5f3160c18c536c6183d15ef4b781.zip |
Custom command support for web-interface
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r-- | web/app/view/CommandDialog.js | 7 |
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 }] }, |