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:
parent
c92d382579
commit
e374ea80d4
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user