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/State.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/State.js')
-rw-r--r-- | web/app/view/State.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/view/State.js b/web/app/view/State.js index 2dc466f1..23113c6f 100644 --- a/web/app/view/State.js +++ b/web/app/view/State.js @@ -26,6 +26,9 @@ Ext.define('Traccar.view.State', { controller: 'state', store: 'Attributes', + stateful: true, + stateId: 'state-grid', + tbar: { componentCls: 'toolbar-header-style', items: [{ |