Fix historical analysis modal - use correct container for content display
This commit is contained in:
@@ -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 = `
|
||||
|
||||
Reference in New Issue
Block a user