CLOUDSTACK-5970: UI > network menu > guest network section > select non-VPC isolated network with SourceNAT enabled > IP Address section > select sourceNAT IP > show Configuration tab.

This commit is contained in:
Jessica Wang 2014-01-28 11:42:55 -08:00
parent 18a3d3c3b8
commit 23f3047e7d

View File

@ -2226,7 +2226,7 @@
}
}
if (ipAddress.issourcenat) {
if (ipAddress.vpcid != null && ipAddress.issourcenat) { //don't show Configuration(ipRules) tab on VPC sourceNAT IP
disableIpRules = true;
}