[pve-devel] [PATCH manager 2/2] change show to activate

Dominik Csapak d.csapak at proxmox.com
Fri Apr 8 16:48:43 CEST 2016


so that the store loads on page activation (refresh and intial click)

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/ha/StatusView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/ha/StatusView.js b/www/manager6/ha/StatusView.js
index f8d4bd6..980eee1 100644
--- a/www/manager6/ha/StatusView.js
+++ b/www/manager6/ha/StatusView.js
@@ -60,7 +60,7 @@ Ext.define('PVE.ha.StatusView', {
 
 	me.callParent();
 
-	me.on('show', me.rstore.startUpdate);
+	me.on('activate', me.rstore.startUpdate);
 	me.on('hide', me.rstore.stopUpdate);
 	me.on('destroy', me.rstore.stopUpdate);	
 
-- 
2.1.4





More information about the pve-devel mailing list