aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDialog.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-12-21 17:48:08 +0500
committerAbyss777 <abyss@fox5.ru>2016-12-21 18:05:28 +0500
commitb9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7 (patch)
tree372b47bd8f30216f9eb369a885e76e67378eb979 /web/app/view/UserDialog.js
parent19d6e1c9cc916ed4c1ed72fe168909770a657db2 (diff)
downloadetbsa-traccar-web-b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7.tar.gz
etbsa-traccar-web-b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7.tar.bz2
etbsa-traccar-web-b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7.zip
Save toggles state in user/server attributes
Diffstat (limited to 'web/app/view/UserDialog.js')
-rw-r--r--web/app/view/UserDialog.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js
index 8ee1243..02e7b2f 100644
--- a/web/app/view/UserDialog.js
+++ b/web/app/view/UserDialog.js
@@ -163,6 +163,12 @@ Ext.define('Traccar.view.UserDialog', {
tooltip: Strings.sharedGetMapState,
tooltipType: 'title'
}, {
+ glyph: 'xf205@FontAwesome',
+ minWidth: 0,
+ handler: 'getToggleState',
+ tooltip: Strings.sharedGetToggleState,
+ tooltipType: 'title'
+ }, {
glyph: 'xf003@FontAwesome',
minWidth: 0,
handler: 'testMail',