diff mbox series

[yocto-autobuilder-helper,2/2] scripts/dashboard/bugtriage: tweak order of sections

Message ID 20250320145557.1939762-2-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper,1/2] scripts/list-ab-workers.py: make executable | expand

Commit Message

Ross Burton March 20, 2025, 2:55 p.m. UTC
Move Reopened to before AB-INT.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 scripts/dashboard/bugtriage/index.html | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
diff mbox series

Patch

diff --git a/scripts/dashboard/bugtriage/index.html b/scripts/dashboard/bugtriage/index.html
index fef32f95..a6f1b4c3 100644
--- a/scripts/dashboard/bugtriage/index.html
+++ b/scripts/dashboard/bugtriage/index.html
@@ -89,6 +89,15 @@ 
         <div id="high"></div>
       </div>
 
+      <div class="section scrollspy" id="reopened-container">
+        <h4>Reopened <a class="waves-effect btn-flat" onclick="reloadTable('#reopened');"><i class="material-icons">refresh</i></a></h4>
+        <p>
+          Bugs that have been reopened. The owner should be reviewed and the bug
+          moved to another state.
+        </p>
+        <div id="reopened"></div>
+      </div>
+
       <div class="section scrollspy" id="abint-container">
         <h4>Autobuilder Intermittent <a class="waves-effect btn-flat" onclick="reloadTable('#abint');"><i class="material-icons">refresh</i></a></h4>
         <p>
@@ -100,15 +109,6 @@ 
         <div id="abint"></div>
       </div>
 
-      <div class="section scrollspy" id="reopened-container">
-        <h4>Reopened <a class="waves-effect btn-flat" onclick="reloadTable('#reopened');"><i class="material-icons">refresh</i></a></h4>
-        <p>
-          Bugs that have been reopened. The owner should be reviewed and the bug
-          moved to another state.
-        </p>
-        <div id="reopened"></div>
-      </div>
-
       <div class="section scrollspy" id="needinfo-container">
         <h4>Need Info <a class="waves-effect btn-flat" onclick="reloadTable('#needinfo');"><i class="material-icons">refresh</i></a></h4>
         <p>
@@ -151,8 +151,8 @@ 
         <li><a href="#security-container">Security</a></li>
         <li><a href="#unprioritised-container">Unprioritised</a></li>
         <li><a href="#high-container">High</a></li>
-        <li><a href="#abint-container">AB-INT</a></li>
         <li><a href="#reopened-container">Reopened</a></li>
+        <li><a href="#abint-container">AB-INT</a></li>
         <li><a href="#needinfo-container">Need Info</a></li>
         <li><a href="#inactive-container">Inactive</a></li>
         <li><a href="#oldmilestone-container">Old Milestone</a></li>