mirror of https://github.com/apache/cloudstack.git
ui: Refresh page on deployvm result (#5393)
This commit is contained in:
parent
4e53997ca2
commit
aec034b942
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue