Commit 0f75822f authored by Dietmar Maurer's avatar Dietmar Maurer

stop update on hide

parent 4a3cf8cc
...@@ -59,7 +59,12 @@ Ext.define('PVE.node.Summary', { ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment