aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/CommandDialog.js
diff options
context:
space:
mode:
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
}]
},