mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 13:10:27 +00:00
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…
Reference in New Issue
Block a user