diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-06-15 16:14:28 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 16:14:28 +1200 |
commit | cdce6e8dd567acf01f2d477b6c1bb0ecba9efd23 (patch) | |
tree | e143f40a1a974648f1eb1a2c7ec67de01411cab8 /web/app/Application.js | |
parent | a330ae09293c62aae381cb2c7f36cfa76b86e813 (diff) | |
parent | b22bd25a611304d63f270633b7e83969b6506f15 (diff) | |
download | trackermap-web-cdce6e8dd567acf01f2d477b6c1bb0ecba9efd23.tar.gz trackermap-web-cdce6e8dd567acf01f2d477b6c1bb0ecba9efd23.tar.bz2 trackermap-web-cdce6e8dd567acf01f2d477b6c1bb0ecba9efd23.zip |
Merge pull request #504 from Abyss777/report_stops
Implement Stops report
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 3f09a0a7..0d41fc87 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', |