mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
nits
This commit is contained in:
@@ -294,9 +294,9 @@
|
||||
(loadedFromObjectStore?.length ?? 0)}{#if downloadStartUrl}<button
|
||||
onclick={getStoreLogs}
|
||||
>Show more... <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
|
||||
> ({LOG_LIMIT}/{len} chars)<br />{/if}<span>{@html html}</span
|
||||
>{:else if !isLoading}<span>{customEmptyMessage}</span>{/if}</pre
|
||||
>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user