aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Devices.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-17 10:33:57 +1300
committerGitHub <noreply@github.com>2016-11-17 10:33:57 +1300
commit469869d4c01cd5385acee0c84faa226775454e79 (patch)
treeaa1e07fd469c4e2759156f52bc048315959ff755 /web/app/view/Devices.js
parent5418af40f15876c5c48ffdeec7797f171ae36018 (diff)
parentd1182973f4a029aafdafb7331cc1ea4e264706e6 (diff)
downloadtrackermap-web-469869d4c01cd5385acee0c84faa226775454e79.tar.gz
trackermap-web-469869d4c01cd5385acee0c84faa226775454e79.tar.bz2
trackermap-web-469869d4c01cd5385acee0c84faa226775454e79.zip
Merge pull request #321 from Abyss777/move_follow
Move Follow button to Map toolbar
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'
}]
},