mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 00:04:14 +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' ],
|
stateEvents: [ 'select' ],
|
||||||
stateful: true,
|
stateful: true,
|
||||||
|
stateId: 'pveview',
|
||||||
id: 'view'
|
id: 'view'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user