aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Devices.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/Devices.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/Devices.js')
-rw-r--r--web/app/view/Devices.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js
index 1789a119..519826e2 100644
--- a/web/app/view/Devices.js
+++ b/web/app/view/Devices.js
@@ -84,13 +84,6 @@ Ext.define('Traccar.view.Devices', {
glyph: 'xf093@FontAwesome',
tooltip: Strings.deviceCommand,
tooltipType: 'title'
- }, {
- id: 'deviceFollowButton',
- glyph: 'xf05b@FontAwesome',
- tooltip: Strings.deviceFollow,
- tooltipType: 'title',
- enableToggle: true,
- toggleHandler: 'onFollowClick'
}]
},