mirror of https://github.com/apache/cloudstack.git
ui: remove incorrect API calls when initializing the deploy VM page (#6687)
This commit is contained in:
parent
7115e35965
commit
3170338d14
|
|
@ -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