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 <[email protected]>
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 <[email protected]>
---
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++) {