You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/08/28 09:53:42 UTC

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #634: Bug fixes

rhtyd commented on a change in pull request #634:
URL: https://github.com/apache/cloudstack-primate/pull/634#discussion_r479049921



##########
File path: src/views/compute/DeployVM.vue
##########
@@ -505,7 +505,7 @@
             </a-steps>
             <div class="card-footer">
               <!-- ToDo extract as component -->
-              <a-button @click="() => this.$router.back()" :loading="loading.deploy">
+              <a-button @click="() => this.$router.back()" v-if="!this.loading.deploy">

Review comment:
       @davidjumani I think disable would make sense instead of hide?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org