mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 15:49:24 +00:00
stop update on hide
This commit is contained in:
parent
72bfd4a340
commit
120336447c
@ -59,7 +59,12 @@ Ext.define('PVE.node.Summary', {
|
||||
datasource: 'netin,netout',
|
||||
rrdurl: rrdurl
|
||||
}
|
||||
]
|
||||
],
|
||||
listeners: {
|
||||
show: rstore.startUpdate,
|
||||
hide: rstore.stopUpdate,
|
||||
destroy: rstore.stopUpdate
|
||||
}
|
||||
});
|
||||
|
||||
me.callParent();
|
||||
|
Loading…
Reference in New Issue
Block a user