mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +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);
|
||||
}
|
||||
else if(pageToShow == "jsp/network.jsp") {
|
||||
$(this).data("onRefreshFn", function() {
|
||||
//directNetworkJsonToDetailsTab();
|
||||
else if(pageToShow == "jsp/network.jsp") {
|
||||
$(this).data("onRefreshFn", function() {
|
||||
var zoneObj = $midmenuItem1.data("jsonObj");
|
||||
if(zoneObj == null)
|
||||
return;
|
||||
$("#zone_"+zoneObj.id).find("#network_header").click();
|
||||
});
|
||||
afterLoadNetworkJSP($midmenuItem1);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user