From c15ce4557a2f333195be22a832e07d4bd968175f Mon Sep 17 00:00:00 2001 From: andersonid Date: Mon, 29 Sep 2025 13:56:05 -0300 Subject: [PATCH] Fix historical analysis modal - use correct container for content display --- app/static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/index.html b/app/static/index.html index f60a4bd..7cac416 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -1850,7 +1850,7 @@ } function displayPodHistoricalAnalysis(data) { - const container = document.getElementById('historicalModalBody'); + const container = document.getElementById('historicalAnalysisContent'); if (data.analysis.error) { container.innerHTML = ` @@ -1928,7 +1928,7 @@ } function displayNamespaceHistoricalAnalysis(data) { - const container = document.getElementById('historicalModalBody'); + const container = document.getElementById('historicalAnalysisContent'); if (data.analysis.error) { container.innerHTML = `