mirror of https://github.com/apache/cloudstack.git
[UI] Fix create backup notification (#12903)
This commit is contained in:
parent
4ebe3349b7
commit
59b6c32b60
|
|
@ -125,7 +125,7 @@ export default {
|
|||
postAPI('createBackup', data).then(response => {
|
||||
this.$pollJob({
|
||||
jobId: response.createbackupresponse.jobid,
|
||||
title: this.$t('label.create.bucket'),
|
||||
title: this.$t('label.create.backup'),
|
||||
description: values.name,
|
||||
errorMessage: this.$t('message.create.backup.failed'),
|
||||
loadingMessage: `${this.$t('label.create.backup')}: ${this.resource.name || this.resource.id}`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue