bug 9515: Adding the first basic zone will now automatically display the security group left nav

This commit is contained in:
will 2011-04-22 16:22:35 -07:00
parent b56de7a52e
commit 96c8ef6522
1 changed files with 3 additions and 1 deletions

View File

@ -1421,7 +1421,9 @@ function addZoneWizardSubmit($thisWizard) {
zoneId = item.id;
listZonesUpdate();
listZonesUpdate();
g_directAttachSecurityGroupsEnabled = true;
$("#leftmenu_security_group_container").show();
},
error: function(XMLHttpResponse) {
handleError(XMLHttpResponse, function() {