Merge remote-tracking branch 'origin/4.19'

This commit is contained in:
Rohit Yadav 2024-03-21 18:58:32 +05:30
commit 9245354b43

View File

@ -521,7 +521,7 @@ export default {
this.data.systemvms = 0 this.data.systemvms = 0
} }
}) })
api('listRouters', { zoneid: zone.id, listall: true }).then(json => { api('listRouters', { zoneid: zone.id, listall: true, projectid: '-1' }).then(json => {
this.loading = false this.loading = false
this.data.routers = json?.listroutersresponse?.count this.data.routers = json?.listroutersresponse?.count
if (!this.data.routers) { if (!this.data.routers) {