diff options
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', |