Skip to content

Commit 0bed37b

Browse files
committed
Fix importinstancehostid in UI
1 parent c71786a commit 0bed37b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/src/views/tools/ImportUnmanagedInstance.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,9 @@ export default {
11431143
if (this.selectedKvmHostForConversion) {
11441144
params.convertinstancehostid = this.selectedKvmHostForConversion
11451145
}
1146+
if (this.selectedKvmHostForImporting) {
1147+
params.importinstancehostid = this.selectedKvmHostForImporting
1148+
}
11461149
if (this.selectedStoragePoolForConversion) {
11471150
params.convertinstancepoolid = this.selectedStoragePoolForConversion
11481151
}

0 commit comments

Comments
 (0)