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.

(cherry picked from commit 1ad7bce69b)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
This commit is contained in:
Jessica Wang 2014-01-29 15:40:14 -08:00 committed by Animesh Chaturvedi
parent d6bbfbbc59
commit 2f2adad508
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;
}