diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 2831aa00099..cdfbcaa2d5a 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -3526,6 +3526,8 @@ if ('vpc' in args.context) { var data = { //listAll: true, //do not pass listAll to listNetworks under VPC + domainid: args.context.vpc[0].domainid, + account: args.context.vpc[0].account, supportedservices: 'Lb' }; if (args.context.ipAddresses[0].associatednetworkid == null) { @@ -4158,6 +4160,8 @@ if ('vpc' in args.context) { var data = { //listAll: true, //do not pass listAll to listNetworks under VPC + domainid: args.context.vpc[0].domainid, + account: args.context.vpc[0].account, supportedservices: 'PortForwarding' }; if (args.context.ipAddresses[0].associatednetworkid == null) {