diff options
author | Abyss777 <abyss@fox5.ru> | 2018-04-11 14:31:42 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2018-04-19 12:15:59 +0500 |
commit | 19a9155d988dcee7698a65a45b0558aa0ff279d4 (patch) | |
tree | cea9ae5c73a625d01bc06df5742228b5cbbd1def /web/app/view/edit/Groups.js | |
parent | 4e7d2b8fdb41390205d69997d61db536545f5564 (diff) | |
download | trackermap-web-19a9155d988dcee7698a65a45b0558aa0ff279d4.tar.gz trackermap-web-19a9155d988dcee7698a65a45b0558aa0ff279d4.tar.bz2 trackermap-web-19a9155d988dcee7698a65a45b0558aa0ff279d4.zip |
Implement Maintenances
Diffstat (limited to 'web/app/view/edit/Groups.js')
-rw-r--r-- | web/app/view/edit/Groups.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/web/app/view/edit/Groups.js b/web/app/view/edit/Groups.js index 0808201d..1ff4de80 100644 --- a/web/app/view/edit/Groups.js +++ b/web/app/view/edit/Groups.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2017 Anton Tananaev (anton@traccar.org) + * Copyright 2016 - 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 @@ -70,6 +70,14 @@ Ext.define('Traccar.view.edit.Groups', { glyph: 'xf003@FontAwesome', tooltip: Strings.sharedNotifications, tooltipType: 'title' + }, { + xtype: 'button', + disabled: true, + handler: 'onMaintenancesClick', + reference: 'toolbarMaintenancesButton', + glyph: 'xf0ad@FontAwesome', + tooltip: Strings.sharedMaintenances, + tooltipType: 'title' }] }, |