| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 774141a commit 6fdd0ee
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3453,7 +3453,10 @@ | |||
| 3453 | 3453 | $.ajax({ | |
| 3454 | 3454 | url: createURL('listPrivateGateways'), | |
| 3455 | 3455 | async: false, | |
| 3456 | - data: { 'vpcid': args.context.vpc[0].id }, | ||
| 3456 | + data: { | ||
| 3457 | + 'vpcid': args.context.vpc[0].id, | ||
| 3458 | + listAll: true | ||
| 3459 | + }, | ||
| 3457 | 3460 | success: function(json) { | |
| 3458 | 3461 | privateGateways = json.listprivategatewaysresponse; | |
| 3459 | 3462 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments