Skip to content

Commit 9245354

Browse files
Merge remote-tracking branch 'origin/4.19'
2 parents 01d4434 + 88017ad commit 9245354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)