ui: Refresh page on deployvm result (#5393)

This commit is contained in:
davidjumani 2021-09-01 12:16:47 +05:30 committed by GitHub
parent 4e53997ca2
commit aec034b942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1623,6 +1623,7 @@ export default {
duration: 0
})
}
eventBus.$emit('vm-refresh-data')
},
loadingMessage: `${title} ${this.$t('label.in.progress')}`,
catchMessage: this.$t('error.fetching.async.job.result'),