diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-10-08 15:38:42 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-10-08 15:38:42 +1300 |
commit | 546237415feccc2cc4974103241a12e4aff3ea06 (patch) | |
tree | efa3ba6d9b20be46e1e7b9bdf871aed9e4d2f223 /web/app/view/GeofenceMap.js | |
parent | 4b5f8366b4f5a41591dd1b4627a97c9211c02fb8 (diff) | |
download | trackermap-web-546237415feccc2cc4974103241a12e4aff3ea06.tar.gz trackermap-web-546237415feccc2cc4974103241a12e4aff3ea06.tar.bz2 trackermap-web-546237415feccc2cc4974103241a12e4aff3ea06.zip |
Make some comboboxes non editable
Diffstat (limited to 'web/app/view/GeofenceMap.js')
-rw-r--r-- | web/app/view/GeofenceMap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/GeofenceMap.js b/web/app/view/GeofenceMap.js index 52287fd6..16b0721c 100644 --- a/web/app/view/GeofenceMap.js +++ b/web/app/view/GeofenceMap.js @@ -33,6 +33,7 @@ Ext.define('Traccar.view.GeofenceMap', { store: 'GeofenceTypes', valueField: 'key', displayField: 'name', + editable: false, listeners: { select: 'onTypeSelect' } |