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:
Dominik Csapak 2016-06-16 12:26:04 +02:00 committed by Dietmar Maurer
parent 29aedb75d6
commit 8cf53ea659

View File

@ -85,6 +85,7 @@ Ext.define('PVE.form.ViewSelector', {
},
stateEvents: [ 'select' ],
stateful: true,
stateId: 'pveview',
id: 'view'
});