aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ServerDialog.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-22 16:57:16 +1300
committerGitHub <noreply@github.com>2016-12-22 16:57:16 +1300
commit5bccab1d99586777b346d474b34b764e3b595a92 (patch)
tree3a937a480a288a4aa38d796a00fb5cb764af80eb /web/app/view/ServerDialog.js
parent0c7ff9b0366abe63f9c690fa4507b8f28af4bd7b (diff)
parentb9fda5b5d6630fec90b263a0dbcdcdaf24ed43e7 (diff)
downloadetbsa-traccar-web-5bccab1d99586777b346d474b34b764e3b595a92.tar.gz
etbsa-traccar-web-5bccab1d99586777b346d474b34b764e3b595a92.tar.bz2
etbsa-traccar-web-5bccab1d99586777b346d474b34b764e3b595a92.zip
Merge pull request #365 from Abyss777/save_toggles
Save toggles state in user/server attributes
Diffstat (limited to 'web/app/view/ServerDialog.js')
-rw-r--r--web/app/view/ServerDialog.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/view/ServerDialog.js b/web/app/view/ServerDialog.js
index 0a05876..667bf47 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',