Small migrations and added migration note

This commit is contained in:
Christoph Kluge
2025-06-13 14:39:55 +02:00
parent ad108b285f
commit 27ec445e54
4 changed files with 97 additions and 72 deletions

View File

@@ -306,7 +306,7 @@
{#if data && data[0].length > 0}
<div bind:this={plotWrapper} bind:clientWidth={width}
style="background-color: rgba(255, 255, 255, 1.0);" class="rounded"
/>
></div>
{:else}
<Card body color="warning" class="mx-4 my-2"
>Cannot render plot: No series data returned for <code>{metric?metric:'job resources'}</code></Card