mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Improve alignment of notice cards
This commit is contained in:
parent
f466312015
commit
4c708dba3f
@ -38,7 +38,7 @@
|
||||
{#each rows as row}
|
||||
<tr>
|
||||
{#each row as item (item)}
|
||||
<td>
|
||||
<td style="vertical-align:top;"> <!-- For Aligning Notice Cards -->
|
||||
{#if !isPlaceholder(item) && plotWidth > 0}
|
||||
<slot item={item} width={plotWidth}></slot>
|
||||
{/if}
|
||||
|
@ -144,7 +144,7 @@
|
||||
{:else if item.removed == true && item.data == null}
|
||||
<Card body color="info">Metric '{ selectedMetric }' disabled for subcluster '{ item.subCluster }'</Card>
|
||||
{:else}
|
||||
<Card body color="warning">Missing Data</Card>
|
||||
<Card body color="warning">Missing Full Dataset</Card>
|
||||
{/if}
|
||||
</PlotTable>
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user