mirror of https://github.com/apache/cloudstack.git
UI: Minor fix for extra params display for VMware to KVM migration (#11909)
This commit is contained in:
parent
e20d57f33e
commit
f52a27cce6
|
|
@ -785,7 +785,7 @@ export default {
|
|||
if (json.listconfigurationsresponse.configuration !== null) {
|
||||
const config = json.listconfigurationsresponse.configuration[0]
|
||||
if (config && config.name === params.name) {
|
||||
this.vmwareToKvmExtraParamsAllowed = config.value
|
||||
this.vmwareToKvmExtraParamsAllowed = config.value === 'true'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue