mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 16:03:21 +00:00
fix: improve db health UI text and prevent label wrapping
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
b5185b0e12
commit
d532c1d470
@@ -109,7 +109,7 @@
|
||||
>
|
||||
{loading ? 'Running...' : 'Run Diagnostics'}
|
||||
</Button>
|
||||
<label class="text-tertiary flex items-center gap-1 text-xs">
|
||||
<label class="text-tertiary flex items-center gap-1 whitespace-nowrap text-xs">
|
||||
Scan last
|
||||
<select
|
||||
class="border-surface-secondary text-secondary rounded border bg-transparent px-1 py-0.5 text-xs"
|
||||
@@ -249,7 +249,9 @@
|
||||
{#if expandedSections.large_results}
|
||||
<div class="border-surface-secondary border-t p-3">
|
||||
{#if data.large_results.top_large_results.length === 0}
|
||||
<p class="text-tertiary text-xs">No job results found in the last 30 days.</p>
|
||||
<p class="text-tertiary text-xs"
|
||||
>No job results larger than 1 KB found in the scanned jobs.</p
|
||||
>
|
||||
{:else}
|
||||
<div class="overflow-x-auto">
|
||||
<table class="w-full text-left text-xs">
|
||||
|
||||
Reference in New Issue
Block a user