mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/4.17'
This commit is contained in:
commit
201f06697d
|
|
@ -1433,6 +1433,7 @@ export default {
|
|||
params.id = this.networkId
|
||||
apiName = 'listNetworks'
|
||||
}
|
||||
if (!apiName) return resolve(zones)
|
||||
|
||||
api(apiName, params).then(json => {
|
||||
let objectName
|
||||
|
|
|
|||
Loading…
Reference in New Issue