Fix historical analysis modal - use correct container for content display
This commit is contained in:
@@ -1850,7 +1850,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function displayPodHistoricalAnalysis(data) {
|
function displayPodHistoricalAnalysis(data) {
|
||||||
const container = document.getElementById('historicalModalBody');
|
const container = document.getElementById('historicalAnalysisContent');
|
||||||
|
|
||||||
if (data.analysis.error) {
|
if (data.analysis.error) {
|
||||||
container.innerHTML = `
|
container.innerHTML = `
|
||||||
@@ -1928,7 +1928,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function displayNamespaceHistoricalAnalysis(data) {
|
function displayNamespaceHistoricalAnalysis(data) {
|
||||||
const container = document.getElementById('historicalModalBody');
|
const container = document.getElementById('historicalAnalysisContent');
|
||||||
|
|
||||||
if (data.analysis.error) {
|
if (data.analysis.error) {
|
||||||
container.innerHTML = `
|
container.innerHTML = `
|
||||||
|
|||||||
Reference in New Issue
Block a user