aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/DeviceMenu.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2018-04-11 14:31:42 +0500
committerAbyss777 <abyss@fox5.ru>2018-04-19 12:15:59 +0500
commit19a9155d988dcee7698a65a45b0558aa0ff279d4 (patch)
treecea9ae5c73a625d01bc06df5742228b5cbbd1def /web/app/view/DeviceMenu.js
parent4e7d2b8fdb41390205d69997d61db536545f5564 (diff)
downloadetbsa-traccar-web-19a9155d988dcee7698a65a45b0558aa0ff279d4.tar.gz
etbsa-traccar-web-19a9155d988dcee7698a65a45b0558aa0ff279d4.tar.bz2
etbsa-traccar-web-19a9155d988dcee7698a65a45b0558aa0ff279d4.zip
Implement Maintenances
Diffstat (limited to 'web/app/view/DeviceMenu.js')
-rw-r--r--web/app/view/DeviceMenu.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/web/app/view/DeviceMenu.js b/web/app/view/DeviceMenu.js
index ed4068f..a3381cc 100644
--- a/web/app/view/DeviceMenu.js
+++ b/web/app/view/DeviceMenu.js
@@ -1,6 +1,6 @@
/*
- * Copyright 2017 Anton Tananaev (anton@traccar.org)
- * Copyright 2017 Andrey Kunitsyn (andrey@traccar.org)
+ * Copyright 2017 - 2018 Anton Tananaev (anton@traccar.org)
+ * Copyright 2017 - 2018 Andrey Kunitsyn (andrey@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,6 +57,11 @@ Ext.define('Traccar.view.DeviceMenu', {
handler: 'onCommandsClick',
reference: 'menuCommandsButton'
}, {
+ text: Strings.sharedMaintenances,
+ glyph: 'xf0ad@FontAwesome',
+ handler: 'onMaintenancesClick',
+ reference: 'menuMaintenancesButton'
+ }, {
hidden: true,
text: Strings.sharedDeviceDistance,
glyph: 'xf0e4@FontAwesome',