diff options
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: [{ |