From b56a9e6e14436eec5679fe691658d32a13489e31 Mon Sep 17 00:00:00 2001 From: andersonid Date: Mon, 29 Sep 2025 18:12:58 -0300 Subject: [PATCH] Fix: corrigido QoS distribution no dashboard --- app/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...');