to save the view across browser refresh/sessions

Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
 www/manager6/form/ViewSelector.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/form/ViewSelector.js 
b/www/manager6/form/ViewSelector.js
index 0256b74..e075be1 100644
--- a/www/manager6/form/ViewSelector.js
+++ b/www/manager6/form/ViewSelector.js
@@ -85,6 +85,7 @@ Ext.define('PVE.form.ViewSelector', {
            },
            stateEvents: [ 'select' ],
            stateful: true,
+           stateId: 'pveview',
            id: 'view'
        });
 
-- 
2.1.4


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to