mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-31 08:11:45 +01:00
add indicator to nodeView state, cap bubble size in roofline
This commit is contained in:
@@ -176,7 +176,11 @@
|
||||
<InputGroupText><Icon name="clipboard2-pulse" /></InputGroupText>
|
||||
<InputGroupText>Node State</InputGroupText>
|
||||
<Button class="flex-grow-1 text-center" color={stateColors[thisNodeState]} disabled>
|
||||
{thisNodeState}
|
||||
{#if $nodeMetricsData?.data}
|
||||
{thisNodeState}
|
||||
{:else}
|
||||
<span><Spinner size="sm" secondary/></span>
|
||||
{/if}
|
||||
</Button>
|
||||
</InputGroup>
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user