mirror of https://github.com/apache/cloudstack.git
Add site-to-site VPN to VPC chart
This commit is contained in:
parent
96cee01f70
commit
7ed11ee911
|
|
@ -383,6 +383,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
siteToSiteVPNs: function() {
|
||||
return $.extend(true, {}, cloudStack.vpc.siteToSiteVPN, {
|
||||
// siteToSiteVPN is multi-section so doesn't have an explicit
|
||||
// 'listView' block
|
||||
//
|
||||
// -- use this as a flag for VPC chart to render as a list view
|
||||
listView: true
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue