aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Users.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/Users.js')
-rw-r--r--web/app/view/Users.js12
1 files changed, 7 insertions, 5 deletions
diff --git a/web/app/view/Users.js b/web/app/view/Users.js
index 7a505dd..5f52d0e 100644
--- a/web/app/view/Users.js
+++ b/web/app/view/Users.js
@@ -32,6 +32,13 @@ Ext.define('Traccar.view.Users', {
tbar: {
xtype: 'editToolbar',
items: [{
+ disabled: true,
+ handler: 'onGeofencesClick',
+ reference: 'userGeofencesButton',
+ glyph: 'xf21d@FontAwesome',
+ tooltip: Strings.sharedGeofences,
+ tooltipType: 'title'
+ }, {
text: Strings.deviceTitle,
disabled: true,
handler: 'onDevicesClick',
@@ -42,11 +49,6 @@ Ext.define('Traccar.view.Users', {
handler: 'onGroupsClick',
reference: 'userGroupsButton'
}, {
- text: Strings.sharedGeofences,
- disabled: true,
- handler: 'onGeofencesClick',
- reference: 'userGeofencesButton'
- }, {
text: Strings.sharedNotifications,
disabled: true,
handler: 'onNotificationsClick',