diff options
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r-- | web/app/view/CommandDialog.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js index 9532c531..cf140623 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' } |