Fix Virtual router count in Capacity dashboard (#8807)

This commit is contained in:
Vishesh 2024-03-21 18:48:46 +05:30 committed by GitHub
parent 2e88eb45a3
commit 88017ad45e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ export default {
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.data.routers = json?.listroutersresponse?.count
if (!this.data.routers) {