mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge remote-tracking branch 'origin/4.19'
This commit is contained in:
commit
9245354b43
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user