stop update on hide

This commit is contained in:
Dietmar Maurer 2012-01-16 11:48:37 +01:00
parent 72bfd4a340
commit 120336447c

View File

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