mirror of https://github.com/apache/cloudstack.git
bug 7081: fixed issue where the vlan drop-down wasn't being shown because the dialogs were not being cleaned up everytime you clicked on the resource, zone, or pod link on the left nav.
This commit is contained in:
parent
0b2b8e31d8
commit
ad822bc136
|
|
@ -219,6 +219,7 @@ function clusterJSONToTreeNode(json, $clusterNode) {
|
|||
|
||||
function resourceLoadPage(pageToShow, $midmenuItem1) { //$midmenuItem1 is either $leftmenuItem1 or $midmenuItem1
|
||||
clearAddButtonsOnTop();
|
||||
removeDialogs();
|
||||
$("#right_panel").load(pageToShow, function(){
|
||||
if(pageToShow == "jsp/resource.jsp") {
|
||||
afterLoadResourceJSP($midmenuItem1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue