You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/09/01 08:08:22 UTC

[cloudstack-primate] branch master updated: storage: Close modal once snapshot task initiated (#647)

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 6c0836d  storage: Close modal once snapshot task initiated (#647)
6c0836d is described below

commit 6c0836d61c305e75619154e28e8449c23fd1dca3
Author: Pearl Dsilva <pe...@gmail.com>
AuthorDate: Tue Sep 1 13:38:14 2020 +0530

    storage: Close modal once snapshot task initiated (#647)
    
    Co-authored-by: Pearl Dsilva <pe...@shapeblue.com>
---
 src/views/storage/TakeSnapshot.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/storage/TakeSnapshot.vue b/src/views/storage/TakeSnapshot.vue
index b53adf9..c5a6516 100644
--- a/src/views/storage/TakeSnapshot.vue
+++ b/src/views/storage/TakeSnapshot.vue
@@ -176,12 +176,12 @@ export default {
                   description: successDescription,
                   status: 'progress'
                 })
-                this.closeAction()
               },
               loadingMessage: `${title} ${this.$t('label.in.progress.for')} ${description}`,
               catchMessage: this.$t('error.fetching.async.job.result')
             })
           }
+          this.closeAction()
         }).catch(error => {
           this.$notifyError(error)
         })