mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-15 05:45:43 +00:00
reload stores of tabpanel children on 'activate' event
This commit is contained in:
parent
2e81001c2a
commit
b825d67314
@ -40,7 +40,7 @@ Ext.define('PVE.node.DNSView', {
|
||||
|
||||
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);
|
||||
}
|
||||
|
@ -143,7 +143,7 @@ Ext.define('PVE.node.ServiceView', {
|
||||
],
|
||||
listeners: {
|
||||
selectionchange: set_button_status,
|
||||
show: rstore.startUpdate,
|
||||
activate: rstore.startUpdate,
|
||||
hide: rstore.stopUpdate,
|
||||
destroy: rstore.stopUpdate
|
||||
}
|
||||
|
@ -51,7 +51,7 @@ Ext.define('PVE.node.TimeView', {
|
||||
|
||||
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…
Reference in New Issue
Block a user