diff mbox series

[yocto-autobuilder-helper,v2,2/5] dashboard/bugtriage: Re-order Wrong Milestone above Old bugs

Message ID 20260317232902.2404326-2-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder-helper,v2,1/5] dashboard/bugtriage: Add newline at EOL | expand

Commit Message

Yoann Congal March 17, 2026, 11:28 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

This should match the bug triage meeting order.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Cc: Ross Burton <ross.burton@arm.com>
---
 scripts/dashboard/bugtriage/index.html | 28 +++++++++++++-------------
 1 file changed, 14 insertions(+), 14 deletions(-)
diff mbox series

Patch

diff --git a/scripts/dashboard/bugtriage/index.html b/scripts/dashboard/bugtriage/index.html
index 3ea5494..e62d211 100644
--- a/scripts/dashboard/bugtriage/index.html
+++ b/scripts/dashboard/bugtriage/index.html
@@ -256,9 +256,9 @@ 
             <li><a href="#reopened-container">Reopened<span class="bug-count"></span></a></li>
             <li><a href="#abint-container">AB-INT<span class="bug-count"></span></a></li>
             <li><a href="#needinfo-container">Need Info<span class="bug-count"></span></a></li>
+            <li><a href="#oldmilestone-container">Wrong Milestone<span class="bug-count"></span></a></li>
             <li><a href="#inactivebugs-container">Old Bugs<span class="bug-count"></span></a></li>
             <li><a href="#inactivefeatures-container">Old Features<span class="bug-count"></span></a></li>
-            <li><a href="#oldmilestone-container">Wrong Milestone<span class="bug-count"></span></a></li>
             <li><a href="#newcomer-container">Newcomer<span class="bug-count"></span></a></li>
             <li><a href="#retest-container">Retest<span class="bug-count"></span></a></li>
           </ul>
@@ -363,41 +363,41 @@ 
           <div id="needinfo"></div>
         </section>
 
-        <section id="inactivebugs-container" class="table-container">
+        <section id="oldmilestone-container" class="table-container">
           <span class="spread">
             <span>
-              <h4>Inactive Bugs<span class="bug-count"></span><a class="reload-button" onclick="reloadTable('#inactivebugs');">Reload Bugs</a></h4>
+              <h4>Wrong Milestone<span class="bug-count"></span><a class="reload-button" onclick="reloadTable('#oldmilestone');">Reload Bugs</a></h4>
             </span>
           </span>
           <p>
-            All open bugs that haven't been altered in two years.
+            All open bugs that are targetted for a milestone in the past: they
+            should be closed if fixed, or moved to a future milestone.
           </p>
-          <div id="inactivebugs"></div>
+          <div id="oldmilestone"></div>
         </section>
 
-        <section id="inactivefeatures-container" class="table-container">
+        <section id="inactivebugs-container" class="table-container">
           <span class="spread">
             <span>
-              <h4>Inactive Enhancements<span class="bug-count"></span><a class="reload-button" onclick="reloadTable('#inactivefeatures');">Reload Bugs</a></h4>
+              <h4>Inactive Bugs<span class="bug-count"></span><a class="reload-button" onclick="reloadTable('#inactivebugs');">Reload Bugs</a></h4>
             </span>
           </span>
           <p>
-            All open enhancements that haven't been altered in two years.
+            All open bugs that haven't been altered in two years.
           </p>
-          <div id="inactivefeatures"></div>
+          <div id="inactivebugs"></div>
         </section>
 
-        <section id="oldmilestone-container" class="table-container">
+        <section id="inactivefeatures-container" class="table-container">
           <span class="spread">
             <span>
-              <h4>Wrong Milestone<span class="bug-count"></span><a class="reload-button" onclick="reloadTable('#oldmilestone');">Reload Bugs</a></h4>
+              <h4>Inactive Enhancements<span class="bug-count"></span><a class="reload-button" onclick="reloadTable('#inactivefeatures');">Reload Bugs</a></h4>
             </span>
           </span>
           <p>
-            All open bugs that are targetted for a milestone in the past: they
-            should be closed if fixed, or moved to a future milestone.
+            All open enhancements that haven't been altered in two years.
           </p>
-          <div id="oldmilestone"></div>
+          <div id="inactivefeatures"></div>
         </section>
 
         <section id="newcomer-container" class="table-container">