From 91ab4843376f5e323b8916050bb69fcdea01b332 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 5 Nov 2025 22:23:44 +0000 Subject: [PATCH] nits --- frontend/src/lib/components/LogViewer.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/LogViewer.svelte b/frontend/src/lib/components/LogViewer.svelte index 8f8c7546c8..1de60d44d5 100644 --- a/frontend/src/lib/components/LogViewer.svelte +++ b/frontend/src/lib/components/LogViewer.svelte @@ -294,9 +294,9 @@ (loadedFromObjectStore?.length ?? 0)}{#if downloadStartUrl}
{:else if len > LOG_LIMIT}(truncated to the last {LOG_LIMIT} characters)

{/if}{@html html}
{:else if len > LOG_LIMIT} ({LOG_LIMIT}/{len} chars)
{/if}{@html html}{:else if !isLoading}{customEmptyMessage}{/if}