mirror of https://github.com/apache/cloudstack.git
bug 9515: Adding the first basic zone will now automatically display the security group left nav
This commit is contained in:
parent
b56de7a52e
commit
96c8ef6522
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue