mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-537: cloudstack UI - Advanced SG-Enabled zone - zone wizard - hide public traffic step.
This commit is contained in:
parent
f97f9631d8
commit
759d434ba3
|
|
@ -232,7 +232,10 @@
|
|||
$publicTrafficDesc.find('#for_advanced_zone').hide();
|
||||
}
|
||||
else { //args.data['network-model'] == 'Advanced'
|
||||
isShown = true;
|
||||
if(args.data["zone-advanced-sg-enabled"] != "on")
|
||||
isShown = true;
|
||||
else
|
||||
isShown = false;
|
||||
|
||||
$publicTrafficDesc.find('#for_advanced_zone').css('display', 'inline');
|
||||
$publicTrafficDesc.find('#for_basic_zone').hide();
|
||||
|
|
|
|||
Loading…
Reference in New Issue