diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-21 17:48:08 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-21 18:05:28 +0500 |
commit | b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7 (patch) | |
tree | 372b47bd8f30216f9eb369a885e76e67378eb979 /web/app/view/ServerDialog.js | |
parent | 19d6e1c9cc916ed4c1ed72fe168909770a657db2 (diff) | |
download | trackermap-web-b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7.tar.gz trackermap-web-b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7.tar.bz2 trackermap-web-b9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7.zip |
Save toggles state in user/server attributes
Diffstat (limited to 'web/app/view/ServerDialog.js')
-rw-r--r-- | web/app/view/ServerDialog.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/view/ServerDialog.js b/web/app/view/ServerDialog.js index 0a05876e..667bf47f 100644 --- a/web/app/view/ServerDialog.js +++ b/web/app/view/ServerDialog.js @@ -125,6 +125,12 @@ Ext.define('Traccar.view.ServerDialog', { tooltip: Strings.sharedGetMapState, tooltipType: 'title' }, { + glyph: 'xf205@FontAwesome', + minWidth: 0, + handler: 'getToggleState', + tooltip: Strings.sharedGetToggleState, + tooltipType: 'title' + }, { xtype: 'tbfill' }, { glyph: 'xf00c@FontAwesome', |