We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31301f5 commit 6c6023bCopy full SHA for 6c6023b
2 files changed
ui/src/views/tools/ImportUnmanagedInstance.vue
@@ -713,7 +713,7 @@ export default {
713
page: 1
714
})
715
this.fetchKvmHostsForConversion()
716
- if (this.resource.disk.length > 1) {
+ if (this.resource?.disk?.length > 1) {
717
this.updateSelectedRootDisk()
718
}
719
},
ui/src/views/tools/ManageInstances.vue
@@ -1074,6 +1074,7 @@ export default {
1074
this.sourceHypervisor = value
1075
this.sourceActions = this.AllSourceActions.filter(x => x.sourceDestHypervisors[value])
1076
this.form.sourceAction = this.sourceActions[0].name || ''
1077
+ this.selectedVmwareVcenter = undefined
1078
this.onSelectSourceAction(this.form.sourceAction)
1079
1080
onSelectSourceAction (value) {
0 commit comments