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/15 13:26:33 UTC

[cloudstack-primate] branch master updated: Fixes form button from becoming unusable in case of missing any selection (#715)

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 a049a76  Fixes form button from becoming unusable in case of missing any selection (#715)
a049a76 is described below

commit a049a761b011b1ab99be099a6574ac05174f6db0
Author: Pearl Dsilva <pe...@gmail.com>
AuthorDate: Tue Sep 15 18:56:27 2020 +0530

    Fixes form button from becoming unusable in case of missing any selection (#715)
    
    Co-authored-by: Pearl Dsilva <pe...@shapeblue.com>
---
 src/views/compute/DeployVM.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/views/compute/DeployVM.vue b/src/views/compute/DeployVM.vue
index 3ea0bd7..6e901a4 100644
--- a/src/views/compute/DeployVM.vue
+++ b/src/views/compute/DeployVM.vue
@@ -1442,6 +1442,7 @@ export default {
               message: this.$t('message.request.failed'),
               description: this.$t('message.step.4.continue')
             })
+            this.loading.deploy = false
             return
           }
           for (let j = 0; j < arrNetwork.length; j++) {