diff options
Diffstat (limited to 'web/app')
-rw-r--r-- | web/app/view/DeviceDialog.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/DeviceDialog.js b/web/app/view/DeviceDialog.js index 57820695..705ab923 100644 --- a/web/app/view/DeviceDialog.js +++ b/web/app/view/DeviceDialog.js @@ -60,6 +60,7 @@ Ext.define('Traccar.view.DeviceDialog', { queryMode: 'local', displayField: 'name', valueField: 'key', + editable: false, listConfig: { getInnerTpl: function () { return '<table><tr valign="middle" ><td><div align="center" style="width:40px;height:40px;" >' + |