feat: rebrand application to UWRU Scanner
- Change application name to UWRU Scanner (User Workloads and Resource Usage Scanner) - Update title, header logo, and all references - Update FastAPI app metadata and health check - Update README.md with new branding - Maintain OpenShift Console visual identity
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>OpenShift Resource Governance Tool</title>
|
||||
<title>UWRU Scanner - User Workloads and Resource Usage Scanner</title>
|
||||
|
||||
<!-- Red Hat Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
@@ -525,7 +525,7 @@
|
||||
<button class="hamburger-menu" id="sidebar-toggle">
|
||||
<i class="fas fa-bars"></i>
|
||||
</button>
|
||||
<a href="#" class="openshift-logo">Red Hat OpenShift</a>
|
||||
<a href="#" class="openshift-logo">UWRU Scanner</a>
|
||||
</div>
|
||||
<div class="openshift-header-right">
|
||||
<div class="header-icon">
|
||||
@@ -568,7 +568,7 @@
|
||||
<li class="sidebar-nav-item">
|
||||
<a href="#" class="sidebar-nav-link" data-section="workload-scanner">
|
||||
<i class="fas fa-search sidebar-nav-icon"></i>
|
||||
<span>Workload Scanner</span>
|
||||
<span>UWRU Scanner</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="sidebar-nav-item">
|
||||
@@ -633,8 +633,8 @@
|
||||
<!-- Workload Scanner Section -->
|
||||
<section id="workload-scanner-section">
|
||||
<div class="page-header">
|
||||
<h1 class="page-title">Workload Scanner</h1>
|
||||
<p class="page-description">Identify and analyze workloads with resource configuration issues</p>
|
||||
<h1 class="page-title">UWRU Scanner</h1>
|
||||
<p class="page-description">User Workloads and Resource Usage Scanner - Identify and analyze workloads with resource configuration issues</p>
|
||||
</div>
|
||||
|
||||
<!-- Metrics Cards -->
|
||||
|
||||
Reference in New Issue
Block a user