Skip to content

Commit 817c7c3

Browse files
authored
ui: fix jobid key for migrate VM storage (#5644)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 7105a05 commit 817c7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/compute/MigrateVMStorage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default {
176176
} else if (migrateApi === 'migrateSystemVm') {
177177
jobId = response.migratesystemvmresponse.jobid
178178
} else {
179-
jobId = response.migratevirtualmachine.jobid
179+
jobId = response.migratevirtualmachineresponse.jobid
180180
}
181181
this.$pollJob({
182182
title: `${this.$t('label.migrating')} ${this.resource.name}`,

0 commit comments

Comments
 (0)