From 93b3aa3efbf97e6a13a514c6baa29c149d753bd5 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 5 Dec 2011 09:40:09 -0800 Subject: [PATCH] Setup cloudStack.fullRefresh for zone chart --- ui/scripts/ui-custom/zoneChart.js | 4 ++++ 1 file changed, 4 insertions(+) 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();