From 7a6de316942316466622f9bfa64691c4ba433b88 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 8 Aug 2016 18:05:07 +0500 Subject: - Added deviceId in SummaryReport - Response bare array for application/json - Migrate to /api/reports/route in web-interface --- web/app/view/MapController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/MapController.js') diff --git a/web/app/view/MapController.js b/web/app/view/MapController.js index 6ef9f91e6..ab7461cf0 100644 --- a/web/app/view/MapController.js +++ b/web/app/view/MapController.js @@ -35,7 +35,7 @@ Ext.define('Traccar.view.MapController', { add: 'updateLatest', update: 'updateLatest' }, - '#Positions': { + '#ReportRoute': { load: 'loadReport', clear: 'clearReport' } -- cgit v1.2.3