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
29aedb75d6
commit
8cf53ea659
@ -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