mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - VPC - Gateways - pass listAll=true to listPrivateGateways API.
This commit is contained in:
parent
3671d8c490
commit
c3a854faf2
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue