aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Map.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-11-16 17:46:07 +0500
committerAbyss777 <abyss@fox5.ru>2016-11-16 17:46:07 +0500
commitd1182973f4a029aafdafb7331cc1ea4e264706e6 (patch)
treeaa1e07fd469c4e2759156f52bc048315959ff755 /web/app/view/Map.js
parent5418af40f15876c5c48ffdeec7797f171ae36018 (diff)
downloadtrackermap-web-d1182973f4a029aafdafb7331cc1ea4e264706e6.tar.gz
trackermap-web-d1182973f4a029aafdafb7331cc1ea4e264706e6.tar.bz2
trackermap-web-d1182973f4a029aafdafb7331cc1ea4e264706e6.zip
Move follow button to Map
Diffstat (limited to 'web/app/view/Map.js')
-rw-r--r--web/app/view/Map.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/app/view/Map.js b/web/app/view/Map.js
index ce1c1227..be17b889 100644
--- a/web/app/view/Map.js
+++ b/web/app/view/Map.js
@@ -59,6 +59,13 @@ Ext.define('Traccar.view.Map', {
enableToggle: true,
tooltip: Strings.mapLiveRoutes
}, {
+ reference: 'deviceFollowButton',
+ glyph: 'xf05b@FontAwesome',
+ tooltip: Strings.deviceFollow,
+ tooltipType: 'title',
+ enableToggle: true,
+ toggleHandler: 'onFollowClick'
+ }, {
id: 'muteButton',
glyph: 'xf1f7@FontAwesome',
tooltip: Strings.sharedMute,