diff options
author | ninioe <ninioe@gmail.com> | 2016-07-13 15:29:39 +0300 |
---|---|---|
committer | ninioe <ninioe@gmail.com> | 2016-07-13 15:29:39 +0300 |
commit | 0e7cb81693a1067af81b6d74544f16d01fce8b6e (patch) | |
tree | 2c7069e1d124406d86a7abfa02e3cb7bae4fdf37 /web/app/view/Devices.js | |
parent | d045c1e2174146ddc8ad8b2ef4442863f3d84a11 (diff) | |
download | traccar-server-0e7cb81693a1067af81b6d74544f16d01fce8b6e.tar.gz traccar-server-0e7cb81693a1067af81b6d74544f16d01fce8b6e.tar.bz2 traccar-server-0e7cb81693a1067af81b6d74544f16d01fce8b6e.zip |
changes Anton asked me
Diffstat (limited to 'web/app/view/Devices.js')
-rw-r--r-- | web/app/view/Devices.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js index 4227fd1fb..b6e7d6ffd 100644 --- a/web/app/view/Devices.js +++ b/web/app/view/Devices.js @@ -58,7 +58,7 @@ Ext.define('Traccar.view.Devices', { }, { xtype: 'tbfill' },{ - id: 'showAlarmButton',//added by Erez + id: 'showAlarmButton', glyph: 'xf0a2@FontAwesome', tooltip: 'Show Alarms', tooltipType: 'title', |