mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-12 05:51:45 +01:00
Streamline missing data warnings, review logging
This commit is contained in:
@@ -229,7 +229,10 @@
|
||||
></Card
|
||||
>
|
||||
{:else}
|
||||
<Card body color="warning">No dataset returned</Card>
|
||||
<Card body class="mx-2" color="warning">
|
||||
<p>No dataset returned for <b>{metrics[i]}</b></p>
|
||||
<p class="mb-1">Metric was not found in metric store for cluster <b>{job.cluster}</b>.</p>
|
||||
</Card>
|
||||
{/if}
|
||||
</td>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user