aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GeofenceMap.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-10-08 15:38:42 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-10-08 15:38:42 +1300
commit546237415feccc2cc4974103241a12e4aff3ea06 (patch)
treeefa3ba6d9b20be46e1e7b9bdf871aed9e4d2f223 /web/app/view/GeofenceMap.js
parent4b5f8366b4f5a41591dd1b4627a97c9211c02fb8 (diff)
downloadetbsa-traccar-web-546237415feccc2cc4974103241a12e4aff3ea06.tar.gz
etbsa-traccar-web-546237415feccc2cc4974103241a12e4aff3ea06.tar.bz2
etbsa-traccar-web-546237415feccc2cc4974103241a12e4aff3ea06.zip
Make some comboboxes non editable
Diffstat (limited to 'web/app/view/GeofenceMap.js')
-rw-r--r--web/app/view/GeofenceMap.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/GeofenceMap.js b/web/app/view/GeofenceMap.js
index 52287fd..16b0721 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'
}