No logs is available -> No logs are available (#642)

This commit is contained in:
Christian Paul
2022-09-29 19:58:43 +02:00
committed by GitHub
parent a494975e69
commit d8cd950952

View File

@@ -19,7 +19,7 @@
<div class="relative w-full h-full">
<div bind:this={div} class="w-full h-full overflow-auto bg-gray-50 relative">
<pre
class="whitespace-pre-wrap break-all bg-gray-50 text-xs w-full p-2">{#if content}{content}{:else if isLoading}Waiting for job to start...{:else}No logs is available yet{/if}</pre>
class="whitespace-pre-wrap break-all bg-gray-50 text-xs w-full p-2">{#if content}{content}{:else if isLoading}Waiting for job to start...{:else}No logs are available yet{/if}</pre>
</div>
<div class="absolute top-0 right-0 mr-2 text-gray-500 text-sm bg-gray-50/20">
Auto scroll