mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-21 15:27:30 +01:00
further clarify plot titles
This commit is contained in:
@@ -577,7 +577,7 @@
|
||||
xlabel="Time"
|
||||
ylabel="Nodes"
|
||||
yunit = "#Count"
|
||||
title = "Health States"
|
||||
title = "Metric Health"
|
||||
stateType = "Health"
|
||||
/>
|
||||
{/key}
|
||||
|
||||
@@ -409,14 +409,14 @@
|
||||
<div>
|
||||
{#key $statesTimed?.data?.healthStates}
|
||||
<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>
|
||||
<Stacked
|
||||
data={$statesTimed?.data?.healthStates}
|
||||
xlabel="Time"
|
||||
ylabel="Nodes"
|
||||
yunit = "#Count"
|
||||
title = "Health States"
|
||||
title = "Metric Health"
|
||||
stateType = "Health"
|
||||
/>
|
||||
{/key}
|
||||
|
||||
Reference in New Issue
Block a user