mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
[UI] Private Cloud VPC always shows 0 in Site-to-Site VPN, even when one is configured
This commit is contained in:
parent
0cdca3137f
commit
eccdf4f1fb
@ -2682,6 +2682,7 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: createURL("listVpnGateways"),
|
url: createURL("listVpnGateways"),
|
||||||
data: {
|
data: {
|
||||||
|
listAll: true,
|
||||||
id: args.context.vpnGateway[0].id
|
id: args.context.vpnGateway[0].id
|
||||||
},
|
},
|
||||||
async: true,
|
async: true,
|
||||||
@ -2804,6 +2805,7 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: createURL('listVpnGateways'),
|
url: createURL('listVpnGateways'),
|
||||||
data: {
|
data: {
|
||||||
|
listAll: true,
|
||||||
vpcid: args.context.vpc[0].id
|
vpcid: args.context.vpc[0].id
|
||||||
},
|
},
|
||||||
async: false,
|
async: false,
|
||||||
@ -4187,6 +4189,7 @@
|
|||||||
url: createURL('listVpnGateways'),
|
url: createURL('listVpnGateways'),
|
||||||
async: false,
|
async: false,
|
||||||
data: {
|
data: {
|
||||||
|
listAll: true,
|
||||||
'vpcid': args.context.vpc[0].id
|
'vpcid': args.context.vpc[0].id
|
||||||
},
|
},
|
||||||
success: function(json) {
|
success: function(json) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user