mirror of https://github.com/apache/cloudstack.git
VPC chart: add link to public IP addresses list
This commit is contained in:
parent
2eb29a5d81
commit
6ac4f79397
|
|
@ -282,7 +282,10 @@
|
|||
// Private gateways
|
||||
privateGateways: function() {
|
||||
return cloudStack.vpc.gateways.listView()
|
||||
}
|
||||
},
|
||||
publicIPs: function() {
|
||||
return cloudStack.vpc.ipAddresses.listView()
|
||||
}
|
||||
},
|
||||
|
||||
routerDetailView: function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue