mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-21 07:17:30 +01:00
further clarify plot titles
This commit is contained in:
@@ -577,7 +577,7 @@
|
|||||||
xlabel="Time"
|
xlabel="Time"
|
||||||
ylabel="Nodes"
|
ylabel="Nodes"
|
||||||
yunit = "#Count"
|
yunit = "#Count"
|
||||||
title = "Health States"
|
title = "Metric Health"
|
||||||
stateType = "Health"
|
stateType = "Health"
|
||||||
/>
|
/>
|
||||||
{/key}
|
{/key}
|
||||||
|
|||||||
@@ -409,14 +409,14 @@
|
|||||||
<div>
|
<div>
|
||||||
{#key $statesTimed?.data?.healthStates}
|
{#key $statesTimed?.data?.healthStates}
|
||||||
<h4 class="text-center">
|
<h4 class="text-center">
|
||||||
{cluster.charAt(0).toUpperCase() + cluster.slice(1)} Health States Over Time
|
{cluster.charAt(0).toUpperCase() + cluster.slice(1)} Metric Health Over Time
|
||||||
</h4>
|
</h4>
|
||||||
<Stacked
|
<Stacked
|
||||||
data={$statesTimed?.data?.healthStates}
|
data={$statesTimed?.data?.healthStates}
|
||||||
xlabel="Time"
|
xlabel="Time"
|
||||||
ylabel="Nodes"
|
ylabel="Nodes"
|
||||||
yunit = "#Count"
|
yunit = "#Count"
|
||||||
title = "Health States"
|
title = "Metric Health"
|
||||||
stateType = "Health"
|
stateType = "Health"
|
||||||
/>
|
/>
|
||||||
{/key}
|
{/key}
|
||||||
|
|||||||
Reference in New Issue
Block a user