Skip to content

Commit 1ad7bce

Browse files
author
Jessica Wang
committed
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.
1 parent d38a503 commit 1ad7bce

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)