mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-20 23:07:29 +01:00
fix: clarify title
This commit is contained in:
@@ -161,7 +161,7 @@
|
|||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<!-- Node Health Pis, later Charts -->
|
<!-- Node State and Metric Health Pis -->
|
||||||
{#if $statusQuery?.fetching}
|
{#if $statusQuery?.fetching}
|
||||||
<Row cols={1} class="text-center mt-3">
|
<Row cols={1} class="text-center mt-3">
|
||||||
<Col>
|
<Col>
|
||||||
@@ -222,7 +222,7 @@
|
|||||||
<div bind:clientWidth={pieWidth}>
|
<div bind:clientWidth={pieWidth}>
|
||||||
{#key refinedHealthData}
|
{#key refinedHealthData}
|
||||||
<h4 class="text-center">
|
<h4 class="text-center">
|
||||||
Current {cluster.charAt(0).toUpperCase() + cluster.slice(1)} Node Health
|
Current {cluster.charAt(0).toUpperCase() + cluster.slice(1)} Metric Health
|
||||||
</h4>
|
</h4>
|
||||||
<Pie
|
<Pie
|
||||||
canvasId="hpcpie-health"
|
canvasId="hpcpie-health"
|
||||||
|
|||||||
Reference in New Issue
Block a user