UI: Minor fix for extra params display for VMware to KVM migration (#11909)

This commit is contained in:
Nicolas Vazquez 2025-10-27 01:13:03 -03:00 committed by GitHub
parent e20d57f33e
commit f52a27cce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}
}
})