aboutsummaryrefslogtreecommitdiff
path: root/web/app/Application.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-06-14 11:34:18 +0500
committerAbyss777 <abyss@fox5.ru>2017-06-15 08:59:37 +0500
commitb22bd25a611304d63f270633b7e83969b6506f15 (patch)
treee143f40a1a974648f1eb1a2c7ec67de01411cab8 /web/app/Application.js
parenta330ae09293c62aae381cb2c7f36cfa76b86e813 (diff)
downloadetbsa-traccar-web-b22bd25a611304d63f270633b7e83969b6506f15.tar.gz
etbsa-traccar-web-b22bd25a611304d63f270633b7e83969b6506f15.tar.bz2
etbsa-traccar-web-b22bd25a611304d63f270633b7e83969b6506f15.zip
Implement Stops report
Diffstat (limited to 'web/app/Application.js')
-rw-r--r--web/app/Application.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/Application.js b/web/app/Application.js
index 3f09a0a..0d41fc8 100644
--- a/web/app/Application.js
+++ b/web/app/Application.js
@@ -38,6 +38,7 @@ Ext.define('Traccar.Application', {
'AttributeAlias',
'ReportSummary',
'ReportTrip',
+ 'ReportStop',
'Calendar',
'KnownAttribute'
],
@@ -68,6 +69,7 @@ Ext.define('Traccar.Application', {
'ReportRoute',
'ReportEvents',
'ReportTrips',
+ 'ReportStops',
'ReportSummary',
'ReportTypes',
'ReportEventTypes',