diff mbox series

[yocto-metrics-meta-oe,2/2] patch-status: upgrade patchmetrics graphs to follow OE-core graphs

Message ID 20240515083917.8470-2-alexandre.truong@smile.fr
State New
Headers show
Series [yocto-metrics-meta-oe,1/2] patch-status: copying metrics graph changes from OE-core to meta-oe | expand

Commit Message

Alexandre Truong May 15, 2024, 8:39 a.m. UTC
Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
---
 patch-status/index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/patch-status/index.html b/patch-status/index.html
index a114918..89ee66a 100644
--- a/patch-status/index.html
+++ b/patch-status/index.html
@@ -52,7 +52,7 @@  SPDX-License-Identifier: MIT
 
 <body>
   <main>
-    <h3>Current CVE status for OE-Core/Poky</h3>
+    <h3>Current CVE status for meta-openembedded</h3>
     <div class="cve-status">
       <details>
         <summary>master</summary>
@@ -78,7 +78,7 @@  SPDX-License-Identifier: MIT
 
     <!-- Prepare a DOM with a defined width and height for ECharts -->
     <section>
-      <h3>CVE Trends for OE-Core/Poky</h3>
+      <h3>CVE Trends for meta-openembedded</h3>
       <div id='cve_chart' style='height:400px;'></div>
     </section>
     <section>
@@ -87,17 +87,17 @@  SPDX-License-Identifier: MIT
     </section>
 
     <section>
-      <h3>Patch Upstream-Status Counts (OE-Core meta directory)</h3>
+      <h3>Patch Upstream-Status Counts (meta-openemebedded)</h3>
       <div id="upstream_status_chart" style="height:400px;"></div>
     </section>
 
     <section>
-      <h3>Patch Tag Error Counts (OE-Core meta directory)</h3>
+      <h3>Patch Tag Error Counts (meta-openembedded)</h3>
       <div id="malformed_chart" style="height:400px;"></div>
     </section>
 
     <section>
-      <h3>Recipe Count (OE-Core meta directory)</h3>
+      <h3>Recipe Count (meta-openemebedded)</h3>
       <div id="recipe_chart" style="height:400px;"></div>
     </section>