mirror of https://github.com/apache/cloudstack.git
bug 7692: Fixed issues with clicking on the physical resource link and resulting in the mid item section showing up.
This commit is contained in:
parent
94bbaebf52
commit
3d334193ec
|
|
@ -182,18 +182,15 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
$("#leftmenu_physical_resource").bind("click", function(event) {
|
||||
showMiddleMenu();
|
||||
clearMiddleMenu();
|
||||
clearButtonsOnTop();
|
||||
|
||||
expandOrCollapseZoneTree();
|
||||
|
||||
$("#right_panel").data("onRefreshFn", function() {
|
||||
$("#leftmenu_physical_resource").click();
|
||||
});
|
||||
|
||||
if(currentRightPanelJSP != "jsp/resource.jsp") {
|
||||
clearButtonsOnTop();
|
||||
if(currentRightPanelJSP != "jsp/resource.jsp") {
|
||||
expandOrCollapseZoneTree();
|
||||
|
||||
$("#right_panel").data("onRefreshFn", function() {
|
||||
$("#leftmenu_physical_resource").click();
|
||||
});
|
||||
//clearButtonsOnTop();
|
||||
removeDialogs();
|
||||
$("#right_panel").load("jsp/resource.jsp", function(){
|
||||
currentRightPanelJSP = "jsp/resource.jsp";
|
||||
|
|
|
|||
Loading…
Reference in New Issue