This commit is contained in:
Ruben Fiszel
2025-11-05 22:23:44 +00:00
parent cb0a302a88
commit 91ab484337
+3 -3
View File
@@ -294,9 +294,9 @@
(loadedFromObjectStore?.length ?? 0)}{#if downloadStartUrl}<button
onclick={getStoreLogs}
>Show more... &nbsp;<Tooltip>{tooltipText(prefixIndex)}</Tooltip></button
><br />{:else if len > LOG_LIMIT}(truncated to the last {LOG_LIMIT} characters)<br
/><button onclick={() => showMoreTruncate(len)}>Show more..</button><br />{/if}<span
>{@html html}</span
><br />{:else if len > LOG_LIMIT}<button onclick={() => showMoreTruncate(len)}
>Show more..</button
>&nbsp;({LOG_LIMIT}/{len} chars)<br />{/if}<span>{@html html}</span
>{:else if !isLoading}<span>{customEmptyMessage}</span>{/if}</pre
>
</div>