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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js
index 9532c53..cf14062 100644
--- a/web/app/view/CommandDialog.js
+++ b/web/app/view/CommandDialog.js
@@ -34,6 +34,7 @@ Ext.define('Traccar.view.CommandDialog', {
store: 'CommandTypes',
displayField: 'name',
valueField: 'type',
+ editable: false,
listeners: {
select: 'onSelect'
}