diff --git a/ui/scripts/ui-custom/zoneChart.js b/ui/scripts/ui-custom/zoneChart.js index 225fb2a8b5a..64c0f0c84b0 100644 --- a/ui/scripts/ui-custom/zoneChart.js +++ b/ui/scripts/ui-custom/zoneChart.js @@ -431,6 +431,10 @@ refreshChart(); return false; }); + + $(window).bind('cloudStack.fullRefresh', function(event) { + refreshChart(); + }); }; loadNetworkData();