make viewselector stateful
to save the view across browser refresh/sessions Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
41d1af9d44
commit
db7d6c2cd9
@ -85,6 +85,7 @@ Ext.define('PVE.form.ViewSelector', {
|
||||
},
|
||||
stateEvents: [ 'select' ],
|
||||
stateful: true,
|
||||
stateId: 'pveview',
|
||||
id: 'view'
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user