mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 7448: zone tree - network - implement Refresh button on right panel.
This commit is contained in:
parent
6a57168a0c
commit
ccf812dde7
@ -232,9 +232,12 @@ function resourceLoadPage(pageToShow, $midmenuItem1) { //$midmenuItem1 is eith
|
|||||||
});
|
});
|
||||||
afterLoadZoneJSP($midmenuItem1);
|
afterLoadZoneJSP($midmenuItem1);
|
||||||
}
|
}
|
||||||
else if(pageToShow == "jsp/network.jsp") {
|
else if(pageToShow == "jsp/network.jsp") {
|
||||||
$(this).data("onRefreshFn", function() {
|
$(this).data("onRefreshFn", function() {
|
||||||
//directNetworkJsonToDetailsTab();
|
var zoneObj = $midmenuItem1.data("jsonObj");
|
||||||
|
if(zoneObj == null)
|
||||||
|
return;
|
||||||
|
$("#zone_"+zoneObj.id).find("#network_header").click();
|
||||||
});
|
});
|
||||||
afterLoadNetworkJSP($midmenuItem1);
|
afterLoadNetworkJSP($midmenuItem1);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user