Update menu names and remove red header banner for cleaner interface

This commit is contained in:
2025-09-26 11:12:41 -03:00
parent e288ebca41
commit 85446e673e

View File

@@ -153,21 +153,8 @@
margin-top: 1.5rem; margin-top: 1.5rem;
} }
.header { .page-header {
background: linear-gradient(135deg, #cc0000, #8b0000); padding: 0 1rem;
color: white;
padding: 1rem 2rem;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header h1 {
font-size: 1.8rem;
font-weight: 600;
}
.header p {
margin-top: 0.5rem;
opacity: 0.9;
} }
.container { .container {
@@ -778,28 +765,23 @@
<nav class="sidebar-nav"> <nav class="sidebar-nav">
<a href="#" class="nav-item active" data-section="dashboard"> <a href="#" class="nav-item active" data-section="dashboard">
<span class="nav-icon">📊</span> <span class="nav-icon">📊</span>
<span class="nav-text">Resource Analysis</span> <span class="nav-text">Request&Limits Analysis</span>
</a>
<a href="#" class="nav-item" data-section="historical-analysis">
<span class="nav-icon">📈</span>
<span class="nav-text">Historical Resource Usage</span>
</a> </a>
<a href="#" class="nav-item" data-section="vpa-recommendations"> <a href="#" class="nav-item" data-section="vpa-recommendations">
<span class="nav-icon">🎯</span> <span class="nav-icon">🎯</span>
<span class="nav-text">VPA Recommendations</span> <span class="nav-text">VPA Recommendations</span>
</a> </a>
<a href="#" class="nav-item" data-section="historical-analysis">
<span class="nav-icon">📈</span>
<span class="nav-text">Historical Analysis</span>
</a>
<a href="#" class="nav-item" data-section="vpa-health">
<span class="nav-icon"></span>
<span class="nav-text">VPA Health</span>
</a>
</nav> </nav>
</div> </div>
<!-- Main Content --> <!-- Main Content -->
<div class="main-content"> <div class="main-content">
<div class="header"> <div class="page-header">
<h1>OpenShift Resource Governance Tool</h1> <h1 style="color: #cc0000; margin: 1rem 0;">OpenShift Resource Governance Tool</h1>
<p>Resource governance tool for OpenShift clusters</p>
</div> </div>
<!-- Export Button --> <!-- Export Button -->