From b22bd25a611304d63f270633b7e83969b6506f15 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 14 Jun 2017 11:34:18 +0500 Subject: Implement Stops report --- web/app/Application.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/app/Application.js') 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', -- cgit v1.2.3