From 19a9155d988dcee7698a65a45b0558aa0ff279d4 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 11 Apr 2018 14:31:42 +0500 Subject: Implement Maintenances --- web/app/view/SettingsMenu.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'web/app/view/SettingsMenu.js') diff --git a/web/app/view/SettingsMenu.js b/web/app/view/SettingsMenu.js index 13d5e39..100c86a 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 @@ -96,6 +96,12 @@ Ext.define('Traccar.view.SettingsMenu', { glyph: 'xf093@FontAwesome', handler: 'onCommandsClick', reference: 'settingsCommandsButton' + }, { + hidden: true, + text: Strings.sharedMaintenances, + glyph: 'xf0ad@FontAwesome', + handler: 'onMaintenancesClick', + reference: 'settingsMaintenancesButton' }, { text: Strings.loginLogout, glyph: 'xf08b@FontAwesome', -- cgit v1.2.3