diff options
author | Abyss777 <abyss@fox5.ru> | 2017-03-25 10:08:52 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-03-25 10:08:52 +0500 |
commit | 27f3933f86a1645f700fbdafa96e0b03e7c82670 (patch) | |
tree | 4e8bfdc028cd27fe1fb4a81e6fc04f6950fe181b /web/app/view/Main.js | |
parent | d68f47ef27eb6afc28444f2e7e0a8310ae4f25b5 (diff) | |
download | trackermap-web-27f3933f86a1645f700fbdafa96e0b03e7c82670.tar.gz trackermap-web-27f3933f86a1645f700fbdafa96e0b03e7c82670.tar.bz2 trackermap-web-27f3933f86a1645f700fbdafa96e0b03e7c82670.zip |
- Save state of State panel
- Add filter for Users email
Diffstat (limited to 'web/app/view/Main.js')
-rw-r--r-- | web/app/view/Main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/view/Main.js b/web/app/view/Main.js index 7989adca..da6e5394 100644 --- a/web/app/view/Main.js +++ b/web/app/view/Main.js @@ -41,6 +41,8 @@ Ext.define('Traccar.view.Main', { title: Strings.devicesAndState, titleCollapse: true, floatable: false, + stateful: true, + stateId: 'devices-and-state-panel', defaults: { split: true, |