diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-08 18:05:07 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-08 18:05:07 +0500 |
commit | 7a6de316942316466622f9bfa64691c4ba433b88 (patch) | |
tree | 885d8471977bfe8a650fcbbabea18591eab71d6b /web/app/view/MapController.js | |
parent | 988ee3cc1067ef3cd63c5f5f4b4363fd9b048c84 (diff) | |
download | trackermap-server-7a6de316942316466622f9bfa64691c4ba433b88.tar.gz trackermap-server-7a6de316942316466622f9bfa64691c4ba433b88.tar.bz2 trackermap-server-7a6de316942316466622f9bfa64691c4ba433b88.zip |
- Added deviceId in SummaryReport
- Response bare array for application/json
- Migrate to /api/reports/route in web-interface
Diffstat (limited to 'web/app/view/MapController.js')
-rw-r--r-- | web/app/view/MapController.js | 2 |
1 files changed, 1 insertions, 1 deletions
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' } |