We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71786a commit 0bed37bCopy full SHA for 0bed37b
ui/src/views/tools/ImportUnmanagedInstance.vue
@@ -1143,6 +1143,9 @@ export default {
1143
if (this.selectedKvmHostForConversion) {
1144
params.convertinstancehostid = this.selectedKvmHostForConversion
1145
}
1146
+ if (this.selectedKvmHostForImporting) {
1147
+ params.importinstancehostid = this.selectedKvmHostForImporting
1148
+ }
1149
if (this.selectedStoragePoolForConversion) {
1150
params.convertinstancepoolid = this.selectedStoragePoolForConversion
1151
0 commit comments