Skip to content

Commit 8fee301

Browse files
committed
UI: add VPC name in the notification area
1 parent e4dcfd5 commit 8fee301

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/views/network/CreateVpc.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,14 +428,15 @@ export default {
428428
}
429429
this.loading = true
430430
const title = this.$t('label.add.vpc')
431-
const description = this.$t('message.success.add.vpc')
431+
const description = values.name
432432
api('createVPC', params).then(json => {
433433
const jobId = json.createvpcresponse.jobid
434434
if (jobId) {
435435
this.$pollJob({
436436
jobId,
437437
title,
438438
description,
439+
successMessage: this.$t('message.success.add.vpc'),
439440
loadingMessage: `${title} ${this.$t('label.in.progress')}`,
440441
catchMessage: this.$t('error.fetching.async.job.result')
441442
})

0 commit comments

Comments
 (0)