change show to activate

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

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-04-08 16:48:43 +02:00 committed by Dietmar Maurer
parent c92d382579
commit e374ea80d4

View File

@ -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);