Showing networks from selected physical network (#877)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
davidjumani 2020-12-01 14:32:56 +05:30 committed by Rohit Yadav
parent 26566fa9d4
commit 2998da0995
1 changed files with 1 additions and 0 deletions

View File

@ -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 => {