aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-08-30 15:36:02 +0500
committerAbyss777 <abyss@fox5.ru>2016-08-30 15:36:02 +0500
commit85a30079e6ef125376e9e661f6749a000ed6103b (patch)
treec0438a595d0297c65154d767f969b35e92736a1a /web
parent72dd6fa3f04a12df346ef3996878092cde407681 (diff)
downloadtraccar-server-85a30079e6ef125376e9e661f6749a000ed6103b.tar.gz
traccar-server-85a30079e6ef125376e9e661f6749a000ed6103b.tar.bz2
traccar-server-85a30079e6ef125376e9e661f6749a000ed6103b.zip
Fix missed import
Diffstat (limited to 'web')
-rw-r--r--web/app/view/Report.js3
-rw-r--r--web/app/view/ReportConfigDialog.js3
2 files changed, 3 insertions, 3 deletions
diff --git a/web/app/view/Report.js b/web/app/view/Report.js
index 02513c05f..7e77ef4f4 100644
--- a/web/app/view/Report.js
+++ b/web/app/view/Report.js
@@ -19,8 +19,7 @@ Ext.define('Traccar.view.Report', {
xtype: 'reportView',
requires: [
- 'Traccar.view.ReportController',
- 'Traccar.view.CustomTimeField'
+ 'Traccar.view.ReportController'
],
controller: 'report',
diff --git a/web/app/view/ReportConfigDialog.js b/web/app/view/ReportConfigDialog.js
index 70effdaa0..547bd2975 100644
--- a/web/app/view/ReportConfigDialog.js
+++ b/web/app/view/ReportConfigDialog.js
@@ -19,7 +19,8 @@ Ext.define('Traccar.view.ReportConfigDialog', {
extend: 'Traccar.view.BaseDialog',
requires: [
- 'Traccar.view.ReportConfigController'
+ 'Traccar.view.ReportConfigController',
+ 'Traccar.view.CustomTimeField'
],
controller: 'reportConfigDialog',