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