We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7105a05 commit 817c7c3Copy full SHA for 817c7c3
ui/src/views/compute/MigrateVMStorage.vue
@@ -176,7 +176,7 @@ export default {
176
} else if (migrateApi === 'migrateSystemVm') {
177
jobId = response.migratesystemvmresponse.jobid
178
} else {
179
- jobId = response.migratevirtualmachine.jobid
+ jobId = response.migratevirtualmachineresponse.jobid
180
}
181
this.$pollJob({
182
title: `${this.$t('label.migrating')} ${this.resource.name}`,
0 commit comments