aboutsummaryrefslogtreecommitdiff
path: root/web/app
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-01-01 17:38:13 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2017-01-01 17:38:13 +1300
commit80a1febd87a4c57ef9d0874cfb7ec06d5603e6af (patch)
treed0a6d0bde195bf008e97c46b106fd09b89c46e3f /web/app
parentfc74937a487be1f7049cbab79216834f044b6a99 (diff)
downloadetbsa-traccar-web-80a1febd87a4c57ef9d0874cfb7ec06d5603e6af.tar.gz
etbsa-traccar-web-80a1febd87a4c57ef9d0874cfb7ec06d5603e6af.tar.bz2
etbsa-traccar-web-80a1febd87a4c57ef9d0874cfb7ec06d5603e6af.zip
Reduce width of event field
Diffstat (limited to 'web/app')
-rw-r--r--web/app/view/ReportConfigDialog.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/ReportConfigDialog.js b/web/app/view/ReportConfigDialog.js
index 40a6959..04be648 100644
--- a/web/app/view/ReportConfigDialog.js
+++ b/web/app/view/ReportConfigDialog.js
@@ -49,6 +49,7 @@ Ext.define('Traccar.view.ReportConfigDialog', {
fieldLabel: Strings.reportEventTypes,
xtype: 'tagfield',
reference: 'eventTypeField',
+ maxWidth: Traccar.Style.formFieldWidth,
store: 'ReportEventTypes',
hidden: true,
valueField: 'type',