Add warning card if no data to plot

- series.data array empty, but toplevel data return itself OK
This commit is contained in:
Christoph Kluge
2023-06-16 15:09:23 +02:00
parent e577e086a6
commit 4cfe52e7c9
2 changed files with 14 additions and 7 deletions

View File

@@ -181,7 +181,7 @@
>Metric disabled for subcluster '{job.subCluster}'</Card
>
{:else}
<Card body color="warning">Missing Data</Card>
<Card body color="warning">Missing Full Dataset</Card>
{/if}
</td>
{/each}