mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-28 06:51:45 +01:00
review public dashboard layout
This commit is contained in:
@@ -510,7 +510,7 @@
|
|||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
||||||
<Row cols={{xs:1, md:2}} style="height: 35vh; margin-bottom: 1rem;">
|
<Row cols={{xs:1, md:2}} style="height: 34vh; margin-bottom: 1rem;">
|
||||||
<!-- Total Cluster Metric in Time SUMS-->
|
<!-- Total Cluster Metric in Time SUMS-->
|
||||||
<Col class="text-center">
|
<Col class="text-center">
|
||||||
<h5 class="mt-2 mb-0">
|
<h5 class="mt-2 mb-0">
|
||||||
@@ -529,6 +529,7 @@
|
|||||||
timestep={$statusQuery?.data?.clusterMetrics[0]?.timestep || 60}
|
timestep={$statusQuery?.data?.clusterMetrics[0]?.timestep || 60}
|
||||||
numNodes={$statusQuery?.data?.clusterMetrics?.nodeCount || 0}
|
numNodes={$statusQuery?.data?.clusterMetrics?.nodeCount || 0}
|
||||||
metricData={$statusQuery?.data?.clusterMetrics?.metrics || []}
|
metricData={$statusQuery?.data?.clusterMetrics?.metrics || []}
|
||||||
|
height={250}
|
||||||
publicMode
|
publicMode
|
||||||
/>
|
/>
|
||||||
{/key}
|
{/key}
|
||||||
@@ -549,14 +550,14 @@
|
|||||||
nodesData={transformNodesStatsToInfo($statusQuery?.data?.nodeMetrics)}
|
nodesData={transformNodesStatsToInfo($statusQuery?.data?.nodeMetrics)}
|
||||||
fixTitle="Node Utilization"
|
fixTitle="Node Utilization"
|
||||||
yMinimum={1.0}
|
yMinimum={1.0}
|
||||||
height={330}
|
height={280}
|
||||||
/>
|
/>
|
||||||
{/key}
|
{/key}
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
||||||
<Row cols={{xs:1, md:2}} style="height: 35vh;">
|
<Row cols={{xs:1, md:2}} style="height: 34vh;">
|
||||||
<Col> <!-- Pie Last States -->
|
<Col> <!-- Pie Last States -->
|
||||||
<Row>
|
<Row>
|
||||||
{#if refinedStateData.length > 0}
|
{#if refinedStateData.length > 0}
|
||||||
@@ -613,7 +614,7 @@
|
|||||||
{#key $statesTimed?.data?.nodeStatesTimed}
|
{#key $statesTimed?.data?.nodeStatesTimed}
|
||||||
<Stacked
|
<Stacked
|
||||||
data={$statesTimed?.data?.nodeStatesTimed}
|
data={$statesTimed?.data?.nodeStatesTimed}
|
||||||
height={300}
|
height={250}
|
||||||
ylabel="Nodes"
|
ylabel="Nodes"
|
||||||
yunit = "#Count"
|
yunit = "#Count"
|
||||||
title = "Cluster Status"
|
title = "Cluster Status"
|
||||||
|
|||||||
Reference in New Issue
Block a user