aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/DeviceMenu.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-08-08 11:50:20 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2018-08-08 11:50:20 +1200
commitaf6be7f7dbdcdc8870393204b527f1fbea008498 (patch)
tree510bbb125d0bfa02f4ba84db742626f84f431c03 /web/app/view/DeviceMenu.js
parent7a877ca499ad1b378f166e067f14cd299231254e (diff)
downloadetbsa-traccar-web-af6be7f7dbdcdc8870393204b527f1fbea008498.tar.gz
etbsa-traccar-web-af6be7f7dbdcdc8870393204b527f1fbea008498.tar.bz2
etbsa-traccar-web-af6be7f7dbdcdc8870393204b527f1fbea008498.zip
Use FontAwesome from ExtJS
Diffstat (limited to 'web/app/view/DeviceMenu.js')
-rw-r--r--web/app/view/DeviceMenu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/DeviceMenu.js b/web/app/view/DeviceMenu.js
index a3381cc..c941684 100644
--- a/web/app/view/DeviceMenu.js
+++ b/web/app/view/DeviceMenu.js
@@ -33,7 +33,7 @@ Ext.define('Traccar.view.DeviceMenu', {
items: [{
text: Strings.sharedDrivers,
- glyph: 'xf2c2@FontAwesome',
+ glyph: 'xf084@FontAwesome',
handler: 'onDriversClick',
reference: 'menuDriversButton'
}, {