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