We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26566fa commit 2998da0Copy full SHA for 2998da0
1 file changed
ui/src/views/infra/network/IpRangesTabGuest.vue
@@ -138,6 +138,7 @@ export default {
138
this.componentLoading = true
139
api('listNetworks', {
140
zoneid: this.resource.zoneid,
141
+ physicalnetworkid: this.resource.id,
142
page: this.page,
143
pagesize: this.pageSize
144
}).then(response => {
0 commit comments