From 33783a40ebe4af278bf4f9fa6ca7fa75452c1304 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 7 Nov 2016 06:07:18 +1300 Subject: Add reports to the mobile view --- web/app/view/Map.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web/app/view/Map.js') diff --git a/web/app/view/Map.js b/web/app/view/Map.js index b9f3498..dc3245e 100644 --- a/web/app/view/Map.js +++ b/web/app/view/Map.js @@ -34,6 +34,13 @@ Ext.define('Traccar.view.Map', { baseCls: 'x-panel-header-title-default' }, { xtype: 'tbfill' + }, { + xtype: 'button', + tooltipType: 'title', + handler: 'showReports', + reference: 'showReportsButton', + glyph: 'xf0f6@FontAwesome', + tooltip: Strings.sharedGeofences }, { xtype: 'button', tooltipType: 'title', -- cgit v1.2.3