Setup cloudStack.fullRefresh for zone chart

This commit is contained in:
Brian Federle 2011-12-05 09:40:09 -08:00
parent 206077aec2
commit 93b3aa3efb

View File

@ -431,6 +431,10 @@
refreshChart();
return false;
});
$(window).bind('cloudStack.fullRefresh', function(event) {
refreshChart();
});
};
loadNetworkData();