aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Report.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/Report.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/Report.js')
-rw-r--r--web/app/view/Report.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/Report.js b/web/app/view/Report.js
index 933ead4..18debc6 100644
--- a/web/app/view/Report.js
+++ b/web/app/view/Report.js
@@ -36,7 +36,7 @@ Ext.define('Traccar.view.Report', {
store: 'ReportTypes',
displayField: 'name',
valueField: 'key',
- typeAhead: true,
+ editable: false,
listeners: {
change: 'onTypeChange'
}