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:
will 2010-11-18 17:16:57 -08:00
parent 0b2b8e31d8
commit ad822bc136
1 changed files with 1 additions and 0 deletions

View File

@ -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);