Skip to content

Commit 88017ad

Browse files
authored
Fix Virtual router count in Capacity dashboard (#8807)
1 parent 2e88eb4 commit 88017ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/dashboard/CapacityDashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ export default {
521521
this.data.systemvms = 0
522522
}
523523
})
524-
api('listRouters', { zoneid: zone.id, listall: true }).then(json => {
524+
api('listRouters', { zoneid: zone.id, listall: true, projectid: '-1' }).then(json => {
525525
this.loading = false
526526
this.data.routers = json?.listroutersresponse?.count
527527
if (!this.data.routers) {

0 commit comments

Comments
 (0)