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-29 15:40:14 -08:00
parent d38a503431
commit 1ad7bce69b
1 changed files with 1 additions and 1 deletions

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;
}