diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-07 06:07:18 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-07 06:07:18 +1300 |
commit | 33783a40ebe4af278bf4f9fa6ca7fa75452c1304 (patch) | |
tree | 27b803a30aaf27165e84a236e36f6e91db51d000 /web/app/view/Map.js | |
parent | 941d09ba9d24fedeab268e9d109d5be9e8008282 (diff) | |
download | trackermap-web-33783a40ebe4af278bf4f9fa6ca7fa75452c1304.tar.gz trackermap-web-33783a40ebe4af278bf4f9fa6ca7fa75452c1304.tar.bz2 trackermap-web-33783a40ebe4af278bf4f9fa6ca7fa75452c1304.zip |
Add reports to the mobile view
Diffstat (limited to 'web/app/view/Map.js')
-rw-r--r-- | web/app/view/Map.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/app/view/Map.js b/web/app/view/Map.js index b9f3498a..dc3245e5 100644 --- a/web/app/view/Map.js +++ b/web/app/view/Map.js @@ -37,6 +37,13 @@ Ext.define('Traccar.view.Map', { }, { xtype: 'button', tooltipType: 'title', + handler: 'showReports', + reference: 'showReportsButton', + glyph: 'xf0f6@FontAwesome', + tooltip: Strings.sharedGeofences + }, { + xtype: 'button', + tooltipType: 'title', handler: 'showGeofences', reference: 'showGeofencesButton', glyph: 'xf21d@FontAwesome', |