aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MapController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-07 06:07:18 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-07 06:07:18 +1300
commit33783a40ebe4af278bf4f9fa6ca7fa75452c1304 (patch)
tree27b803a30aaf27165e84a236e36f6e91db51d000 /web/app/view/MapController.js
parent941d09ba9d24fedeab268e9d109d5be9e8008282 (diff)
downloadetbsa-traccar-web-33783a40ebe4af278bf4f9fa6ca7fa75452c1304.tar.gz
etbsa-traccar-web-33783a40ebe4af278bf4f9fa6ca7fa75452c1304.tar.bz2
etbsa-traccar-web-33783a40ebe4af278bf4f9fa6ca7fa75452c1304.zip
Add reports to the mobile view
Diffstat (limited to 'web/app/view/MapController.js')
-rw-r--r--web/app/view/MapController.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/app/view/MapController.js b/web/app/view/MapController.js
index 323f29d..32ea6b0 100644
--- a/web/app/view/MapController.js
+++ b/web/app/view/MapController.js
@@ -67,6 +67,11 @@ Ext.define('Traccar.view.MapController', {
this.reportMarkers = {};
this.liveRoutes = {};
this.liveRouteLength = Traccar.app.getAttributePreference('web.liveRouteLength', 10);
+ this.lookupReference('showReportsButton').setVisible(Traccar.app.isMobile());
+ },
+
+ showReports: function() {
+ Traccar.app.showReports(true);
},
getDeviceColor: function (device) {