ui: fix jobid key for migrate VM storage (#5644)

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2021-10-29 23:43:37 +05:30 committed by GitHub
parent 7105a05888
commit 817c7c3480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ export default {
} else if (migrateApi === 'migrateSystemVm') {
jobId = response.migratesystemvmresponse.jobid
} else {
jobId = response.migratevirtualmachine.jobid
jobId = response.migratevirtualmachineresponse.jobid
}
this.$pollJob({
title: `${this.$t('label.migrating')} ${this.resource.name}`,