update: change app title to ORU Scanner and update home page title

- Change browser title to 'ORU Scanner - OpenShift Resource Usage Scanner'
- Update header logo to 'ORU Scanner'
- Change home page title to 'OpenShift Resource Usage Scanner - Dashboard'
- Simplify page description for better clarity
This commit is contained in:
2025-10-03 07:11:57 -03:00
parent 756cc43997
commit b1c1a952d1

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UWRU Scanner - User Workloads and Resource Usage Scanner</title>
<title>ORU Scanner - OpenShift Resource Usage Scanner</title>
<!-- Red Hat Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -1008,7 +1008,7 @@
<!-- OpenShift-like Header -->
<header class="openshift-header">
<div class="openshift-header-left">
<a href="#" class="openshift-logo">UWRU Scanner</a>
<a href="#" class="openshift-logo">ORU Scanner</a>
</div>
<div class="openshift-header-right">
<div class="header-icon">
@@ -1116,8 +1116,8 @@
<!-- Workload Scanner Section -->
<section id="workload-scanner-section">
<div class="page-header">
<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>
<h1 class="page-title">OpenShift Resource Usage Scanner - Dashboard</h1>
<p class="page-description">Identify and analyze workloads with resource configuration issues</p>
</div>
<!-- Metrics Cards -->