fix(front): Display all the logs (#478)

This commit is contained in:
Faton Ramadani
2022-08-23 22:13:27 +02:00
committed by GitHub
parent b70e1ce4ff
commit 7cf6696e5e

View File

@@ -115,7 +115,7 @@
<svelte:self jobId={loopJobId} bind:jobResult={loopJobs[j]} />
</div>
{/each}
{:else if hasModules && 'result' in job && Array.isArray(innerJobs)}
{:else if hasModules && Array.isArray(innerJobs)}
<ul class="w-full">
<h3 class="text-md leading-6 font-bold text-gray-900 border-b mb-4 py-2">
Detailed results