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/Application.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/Application.js')
-rw-r--r-- | web/app/Application.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index ec942d21e..e3bf2ba31 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -56,7 +56,8 @@ Ext.define('Traccar.Application', { 'AllGeofences', 'Notifications', 'AllNotifications', - 'GeofenceTypes' + 'GeofenceTypes', + 'ReportRoute' ], controllers: [ |