mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 18:07:40 +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',
|
datasource: 'netin,netout',
|
||||||
rrdurl: rrdurl
|
rrdurl: rrdurl
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
listeners: {
|
||||||
|
show: rstore.startUpdate,
|
||||||
|
hide: rstore.stopUpdate,
|
||||||
|
destroy: rstore.stopUpdate
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
me.callParent();
|
me.callParent();
|
||||||
|
Loading…
Reference in New Issue
Block a user