diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-21 12:21:03 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-21 12:21:03 +1300 |
commit | 4550377ff48566c444ee96678b9da8107e21ef55 (patch) | |
tree | 5991fe0dbae1b898f287e1233a054197f7fbd454 /web/app/view/Devices.js | |
parent | ca02696ce4ebe43652ec97b28c6553bd97910dcd (diff) | |
download | trackermap-server-4550377ff48566c444ee96678b9da8107e21ef55.tar.gz trackermap-server-4550377ff48566c444ee96678b9da8107e21ef55.tar.bz2 trackermap-server-4550377ff48566c444ee96678b9da8107e21ef55.zip |
Implement automatic device following
Diffstat (limited to 'web/app/view/Devices.js')
-rw-r--r-- | web/app/view/Devices.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js index 128cd3be1..21bea6980 100644 --- a/web/app/view/Devices.js +++ b/web/app/view/Devices.js @@ -42,6 +42,12 @@ Ext.define('Traccar.view.Devices', { }, { xtype: 'tbfill' }, { + id:'deviceFollowButton', + glyph: 'xf05b@FontAwesome', + tooltip: Strings.deviceFollow, + tooltipType: 'title', + enableToggle: true + }, { xtype: 'settingsMenu' }] }, |