diff --git a/app/static/index.html b/app/static/index.html
index 9697692..8c4330d 100644
--- a/app/static/index.html
+++ b/app/static/index.html
@@ -1664,7 +1664,7 @@
updateStats(data);
// Update cluster health dashboard
- updateClusterHealthDisplay(data, data);
+ updateClusterHealthDisplay(data, { distribution: data.qos_distribution });
showSuccess('Cluster status loaded successfully. Loading analysis...');