mirror of https://github.com/apache/cloudstack.git
ui: fix jobid key for migrate VM storage (#5644)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
7105a05888
commit
817c7c3480
|
|
@ -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}`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue