aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/SettingsMenu.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/SettingsMenu.js')
-rw-r--r--web/app/view/SettingsMenu.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/app/view/SettingsMenu.js b/web/app/view/SettingsMenu.js
index 03b2f92..391db56 100644
--- a/web/app/view/SettingsMenu.js
+++ b/web/app/view/SettingsMenu.js
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com)
+ * Copyright 2015 - 2016 Anton Tananaev (anton.tananaev@gmail.com)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -58,6 +58,11 @@ Ext.define('Traccar.view.SettingsMenu', {
handler: 'onNotificationsClick',
reference: 'settingsNotificationsButton'
}, {
+ hidden: true,
+ text: Strings.sharedAttributeAliases,
+ handler: 'onAttributeAliasesClick',
+ reference: 'settingsAttributeAliasesButton'
+ }, {
text: Strings.loginLogout,
handler: 'onLogoutClick'
}]