File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
viplab-standalone-frontend-vue Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- VUE_APP_FILENAME = hello-world.docker-container- example
1
+ VUE_APP_FILENAME = workshop-snakemake- example.computation-template
2
2
# workshop-snakemake-example.computation-template
3
3
# workshop-snakemake-example.computation-template
4
4
# leap-year.computation-template
Original file line number Diff line number Diff line change 23
23
24
24
<v-wait for =" wait for ws response" >
25
25
<BlockUI :message =" statusMessage.message" slot =" waiting" >
26
+ <!-- TODO: Uncomment if cancel-message is implemented in middleware and backend
26
27
<b-button class="mb-2" variant="outline-danger" @click="stopComputation">
27
28
<b-icon-x-circle v-tooltip.top-center="'Cancel Computation.'"></b-icon-x-circle>
28
29
</b-button>
30
+ -->
29
31
<spring-spinner
30
32
class =" wait-spinner"
31
33
:animation-duration =" 3000"
You can’t perform that action at this time.
0 commit comments