diff --git a/pvc-vue/src/components/ClusterOverview.vue b/pvc-vue/src/components/ClusterOverview.vue index 503ea49..1dad63b 100644 --- a/pvc-vue/src/components/ClusterOverview.vue +++ b/pvc-vue/src/components/ClusterOverview.vue @@ -143,72 +143,33 @@
- -
-
-
Cluster Health
-
-
-
-

- {{ clusterData.cluster_health?.health || 0 }}% -

-
-
- -
-
-
+ + + -
-
-
- CPU Utilization -
-
-
-
-

- {{ metricsData.cpu.data[metricsData.cpu.data.length - 1] || 0 }}% -

-
-
- -
-
-
+ + -
-
-
- Memory Utilization -
-
-
-
-

- {{ metricsData.memory.data[metricsData.memory.data.length - 1] || 0 }}% -

-
- -
-
+ + -
-
-
- Storage Utilization -
-
-
-
-

- {{ metricsData.storage?.data[metricsData.storage?.data.length - 1] || 0 }}% -

-
- -
-
+
@@ -245,11 +206,11 @@