Skip to content

Commit a831d7a

Browse files
Remove lazy loading from stdout, stderr, etc. tabs, because it loads too long if a lot of content
1 parent 01284f3 commit a831d7a

File tree

2 files changed

+2
-2
lines changed
  • viplab-standalone-frontend-vue

2 files changed

+2
-2
lines changed

viplab-standalone-frontend-vue/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VUE_APP_FILENAME = workshop-snakemake-example.computation-template
1+
VUE_APP_FILENAME = case_1.computation-template
22
#workshop-snakemake-example.computation-template
33
#workshop-snakemake-example.computation-template
44
#leap-year.computation-template

viplab-standalone-frontend-vue/src/pages/viplab/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
v-if="outputFiles !== '' || errorFiles !== '' || (returnedOutputJson !== '' && returnedOutputJson.artifacts.length > 0)"
237237
fill
238238
>
239-
<b-tabs card class="files" content-class="m-2" lazy>
239+
<b-tabs card class="files" content-class="m-2">
240240

241241
<b-tab
242242
title="Stdout"

0 commit comments

Comments
 (0)