We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01284f3 commit a831d7aCopy full SHA for a831d7a
viplab-standalone-frontend-vue/.env
@@ -1,4 +1,4 @@
1
-VUE_APP_FILENAME = workshop-snakemake-example.computation-template
+VUE_APP_FILENAME = case_1.computation-template
2
#workshop-snakemake-example.computation-template
3
4
#leap-year.computation-template
viplab-standalone-frontend-vue/src/pages/viplab/App.vue
@@ -236,7 +236,7 @@
236
v-if="outputFiles !== '' || errorFiles !== '' || (returnedOutputJson !== '' && returnedOutputJson.artifacts.length > 0)"
237
fill
238
>
239
- <b-tabs card class="files" content-class="m-2" lazy>
+ <b-tabs card class="files" content-class="m-2">
240
241
<b-tab
242
title="Stdout"
0 commit comments