aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Users.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-05 01:10:31 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-05 01:10:31 +1300
commit0ea22d28252eeee1f12e38914855b34004042fcd (patch)
tree7adf6a73a5f42a1af1f0dbb6e9cb8090518d56f8 /web/app/view/Users.js
parente4d8fb584dbafce24baed04c7034891c19f839c1 (diff)
downloadetbsa-traccar-web-0ea22d28252eeee1f12e38914855b34004042fcd.tar.gz
etbsa-traccar-web-0ea22d28252eeee1f12e38914855b34004042fcd.tar.bz2
etbsa-traccar-web-0ea22d28252eeee1f12e38914855b34004042fcd.zip
Add icons in the settings menu
Diffstat (limited to 'web/app/view/Users.js')
-rw-r--r--web/app/view/Users.js18
1 files changed, 12 insertions, 6 deletions
diff --git a/web/app/view/Users.js b/web/app/view/Users.js
index 5f52d0e..28581c5 100644
--- a/web/app/view/Users.js
+++ b/web/app/view/Users.js
@@ -39,20 +39,26 @@ Ext.define('Traccar.view.Users', {
tooltip: Strings.sharedGeofences,
tooltipType: 'title'
}, {
- text: Strings.deviceTitle,
disabled: true,
handler: 'onDevicesClick',
- reference: 'userDevicesButton'
+ reference: 'userDevicesButton',
+ glyph: 'xf248@FontAwesome',
+ tooltip: Strings.deviceTitle,
+ tooltipType: 'title'
}, {
- text: Strings.settingsGroups,
disabled: true,
handler: 'onGroupsClick',
- reference: 'userGroupsButton'
+ reference: 'userGroupsButton',
+ glyph: 'xf247@FontAwesome',
+ tooltip: Strings.settingsGroups,
+ tooltipType: 'title'
}, {
- text: Strings.sharedNotifications,
disabled: true,
handler: 'onNotificationsClick',
- reference: 'userNotificationsButton'
+ reference: 'userNotificationsButton',
+ glyph: 'xf003@FontAwesome',
+ tooltip: Strings.sharedNotifications,
+ tooltipType: 'title'
}]
},