mirror of https://github.com/apache/cloudstack.git
bug 8460: fix refresh button on Network page.
This commit is contained in:
parent
73eb597ba6
commit
e5c61dbed6
|
|
@ -155,10 +155,7 @@ function buildZoneTree() {
|
|||
currentRightPanelJSP = "jsp/network.jsp";
|
||||
|
||||
$(this).data("onRefreshFn", function() {
|
||||
var zoneObj = $midmenuItem1.data("jsonObj");
|
||||
if(zoneObj == null)
|
||||
return;
|
||||
$("#zone_"+zoneObj.id).find("#network_header").click();
|
||||
$selectedSubMenu.click();
|
||||
});
|
||||
afterLoadNetworkJSP($thisNode);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue