From 92c3085546df5f3160c18c536c6183d15ef4b781 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 17 May 2016 15:53:04 +0500 Subject: Custom command support for web-interface --- web/app/view/CommandDialog.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web/app/view/CommandDialog.js') 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 }] }, -- cgit v1.2.3