mirror of https://github.com/apache/cloudstack.git
Showing networks from selected physical network (#877)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
26566fa9d4
commit
2998da0995
|
|
@ -138,6 +138,7 @@ export default {
|
|||
this.componentLoading = true
|
||||
api('listNetworks', {
|
||||
zoneid: this.resource.zoneid,
|
||||
physicalnetworkid: this.resource.id,
|
||||
page: this.page,
|
||||
pagesize: this.pageSize
|
||||
}).then(response => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue