Skip to content

Commit f52a27c

Browse files
authored
UI: Minor fix for extra params display for VMware to KVM migration (#11909)
1 parent e20d57f commit f52a27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/tools/ImportUnmanagedInstance.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ export default {
785785
if (json.listconfigurationsresponse.configuration !== null) {
786786
const config = json.listconfigurationsresponse.configuration[0]
787787
if (config && config.name === params.name) {
788-
this.vmwareToKvmExtraParamsAllowed = config.value
788+
this.vmwareToKvmExtraParamsAllowed = config.value === 'true'
789789
}
790790
}
791791
})

0 commit comments

Comments
 (0)