mirror of https://github.com/apache/cloudstack.git
Setup cloudStack.fullRefresh for zone chart
This commit is contained in:
parent
206077aec2
commit
93b3aa3efb
|
|
@ -431,6 +431,10 @@
|
|||
refreshChart();
|
||||
return false;
|
||||
});
|
||||
|
||||
$(window).bind('cloudStack.fullRefresh', function(event) {
|
||||
refreshChart();
|
||||
});
|
||||
};
|
||||
|
||||
loadNetworkData();
|
||||
|
|
|
|||
Loading…
Reference in New Issue