aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/SettingsMenu.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-08-24 14:55:06 +1200
committerGitHub <noreply@github.com>2016-08-24 14:55:06 +1200
commitea0bdea88003f46fd6f6164d5c45e33d53f47c81 (patch)
treed8e51a10e56f7e916cc2bf7486d75c90feb5696e /web/app/view/SettingsMenu.js
parenta645eb8e2338f11e2c807045b1787a47cd1f1464 (diff)
parentf6484e9808f50aa997f028f9421b05aad6aed8bd (diff)
downloadtraccar-server-ea0bdea88003f46fd6f6164d5c45e33d53f47c81.tar.gz
traccar-server-ea0bdea88003f46fd6f6164d5c45e33d53f47c81.tar.bz2
traccar-server-ea0bdea88003f46fd6f6164d5c45e33d53f47c81.zip
Merge pull request #2242 from Abyss777/users_cache
Implement users cache
Diffstat (limited to 'web/app/view/SettingsMenu.js')
-rw-r--r--web/app/view/SettingsMenu.js12
1 files changed, 9 insertions, 3 deletions
diff --git a/web/app/view/SettingsMenu.js b/web/app/view/SettingsMenu.js
index 8c230f36f..bf184424c 100644
--- a/web/app/view/SettingsMenu.js
+++ b/web/app/view/SettingsMenu.js
@@ -32,11 +32,15 @@ Ext.define('Traccar.view.SettingsMenu', {
text: Strings.settingsUser,
handler: 'onUserClick'
}, {
+ hidden: true,
text: Strings.settingsGroups,
- handler: 'onGroupsClick'
+ handler: 'onGroupsClick',
+ reference: 'settingsGroupsButton'
}, {
+ hidden: true,
text: Strings.sharedGeofences,
- handler: 'onGeofencesClick'
+ handler: 'onGeofencesClick',
+ reference: 'settingsGeofencesButton'
}, {
text: Strings.settingsServer,
hidden: true,
@@ -48,8 +52,10 @@ Ext.define('Traccar.view.SettingsMenu', {
handler: 'onUsersClick',
reference: 'settingsUsersButton'
}, {
+ hidden: true,
text: Strings.sharedNotifications,
- handler: 'onNotificationsClick'
+ handler: 'onNotificationsClick',
+ reference: 'settingsNotificationsButton'
}, {
text: Strings.loginLogout,
handler: 'onLogoutClick'