diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 35a753f3f24..6dc9016c51b 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -486,7 +486,8 @@ $.ajax({ url: createURL('listPrivateGateways'), data: { - vpcid: args.context.vpc[0].id + vpcid: args.context.vpc[0].id, + listAll: true }, success: function(json) { var items = json.listprivategatewaysresponse.privategateway;