diff options
author | Abyss777 <abyss@fox5.ru> | 2016-09-23 12:07:40 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-09-23 12:07:40 +0500 |
commit | ffae2a37db0a28159e28525a1f9108e95f388f5e (patch) | |
tree | 2a20d92979ce746d0825eb16669006835f297b50 /web/app/view/SettingsMenu.js | |
parent | c781f6b095edf8a3cc3dadc48b79e015660b4092 (diff) | |
download | trackermap-web-ffae2a37db0a28159e28525a1f9108e95f388f5e.tar.gz trackermap-web-ffae2a37db0a28159e28525a1f9108e95f388f5e.tar.bz2 trackermap-web-ffae2a37db0a28159e28525a1f9108e95f388f5e.zip |
Implement attributes aliases
Diffstat (limited to 'web/app/view/SettingsMenu.js')
-rw-r--r-- | web/app/view/SettingsMenu.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/app/view/SettingsMenu.js b/web/app/view/SettingsMenu.js index 03b2f927..691bf65b 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.sharedAttributesAliases, + handler: 'onAttributesAliasesClick', + reference: 'settingsAttributesAliasesButton' + }, { text: Strings.loginLogout, handler: 'onLogoutClick' }] |