Skip to content

Commit 2f2adad

Browse files
Jessica Wangchaturvedia
authored andcommitted
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 1ad7bce) Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
1 parent d6bbfbb commit 2f2adad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/network.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@
22262226
}
22272227
}
22282228

2229-
if (ipAddress.issourcenat) {
2229+
if (ipAddress.vpcid != null && ipAddress.issourcenat) { //don't show Configuration(ipRules) tab on VPC sourceNAT IP
22302230
disableIpRules = true;
22312231
}
22322232

0 commit comments

Comments
 (0)