diff options
author | Abyss777 <abyss@fox5.ru> | 2016-11-16 17:46:07 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-11-16 17:46:07 +0500 |
commit | d1182973f4a029aafdafb7331cc1ea4e264706e6 (patch) | |
tree | aa1e07fd469c4e2759156f52bc048315959ff755 /web/app/view/Devices.js | |
parent | 5418af40f15876c5c48ffdeec7797f171ae36018 (diff) | |
download | trackermap-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.js | 7 |
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' }] }, |