diff --git a/frontend/src/lib/components/LogViewer.svelte b/frontend/src/lib/components/LogViewer.svelte index 7a47347b8c..afff6bb879 100644 --- a/frontend/src/lib/components/LogViewer.svelte +++ b/frontend/src/lib/components/LogViewer.svelte @@ -60,7 +60,13 @@
{#if content}{content}{:else if isLoading}Waiting for job to start...{:else}No logs are available yet{/if}
{#if content}{#if content?.length > LOG_LIMIT}(truncated to the last {LOG_LIMIT} characters)... + {/if}{@html html}{:else if isLoading}Waiting for job to start...{:else}No logs are available yet{/if}