This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new c58a4ff Refresh VPC list after creting new one (#585)
c58a4ff is described below
commit c58a4ff083fe4c7973cbc6dbf3ae972e57a7760c
Author: Rakesh <[email protected]>
AuthorDate: Mon Aug 17 13:39:10 2020 +0200
Refresh VPC list after creting new one (#585)
Currently after creating a new VPC, the list
get refreshed. So refresh it after adding a
new vpc
Co-authored-by: Rakesh Venkatesh <[email protected]>
---
src/views/network/CreateVpc.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/views/network/CreateVpc.vue b/src/views/network/CreateVpc.vue
index 571301c..92e0292 100644
--- a/src/views/network/CreateVpc.vue
+++ b/src/views/network/CreateVpc.vue
@@ -220,6 +220,7 @@ export default {
loadingMessage: `${title} ${this.$t('label.in.progress')}`,
catchMessage: this.$t('error.fetching.async.job.result')
})
+ this.$emit('refresh-data')
}
}).catch(error => {
this.$notifyError(error)