diff --git a/app/static/index.html b/app/static/index.html index 13cfb2f..57398a4 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -1331,18 +1331,7 @@ content.innerHTML = '
Historical analysis feature coming soon...
'; } - // Action functions - function analyzeNamespace(namespace) { - alert(`Analyzing namespace: ${namespace}`); - } - - function fixNamespace(namespace) { - alert(`Fixing namespace: ${namespace}`); - } - - function generateVPARecommendations() { - alert('Generating VPA recommendations...'); - } + // Action functions - these are defined above in the main functions function showHistoricalAnalysis() { showSection('historical-analysis');