mirror of https://github.com/apache/cloudstack.git
Fix Virtual router count in Capacity dashboard (#8807)
This commit is contained in:
parent
2e88eb45a3
commit
88017ad45e
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue