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.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/web/app/view/SettingsMenu.js b/web/app/view/SettingsMenu.js
index 13d5e39..01a06aa 100644
--- a/web/app/view/SettingsMenu.js
+++ b/web/app/view/SettingsMenu.js
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 - 2016 Anton Tananaev (anton@traccar.org)
+ * Copyright 2015 - 2018 Anton Tananaev (anton@traccar.org)
*
* 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
@@ -57,7 +57,7 @@ Ext.define('Traccar.view.SettingsMenu', {
}, {
hidden: true,
text: Strings.settingsServer,
- glyph: 'xf0ad@FontAwesome',
+ glyph: 'xf233@FontAwesome',
handler: 'onServerClick',
reference: 'settingsServerButton'
}, {
@@ -97,6 +97,12 @@ Ext.define('Traccar.view.SettingsMenu', {
handler: 'onCommandsClick',
reference: 'settingsCommandsButton'
}, {
+ hidden: true,
+ text: Strings.sharedMaintenances,
+ glyph: 'xf0ad@FontAwesome',
+ handler: 'onMaintenancesClick',
+ reference: 'settingsMaintenancesButton'
+ }, {
text: Strings.loginLogout,
glyph: 'xf08b@FontAwesome',
handler: 'onLogoutClick'