guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ludovic Courtès
Date: Sat, 15 Jul 2023 16:30:00 -0400 (EDT)

branch: master
commit 550c2c2d31de53729861c8fc6578913afb56e7bd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jul 15 19:33:56 2023 +0200

    templates: Clarify build column header on evaluation table.
    
    * src/cuirass/templates.scm (evaluation-info-table): Clarify column
    header.
---
 src/cuirass/templates.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 82ba2f1..1751a05 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -969,8 +969,11 @@ the existing SPEC otherwise."
               (tr
                (th (@ (scope "col")) "#")
                (th (@ (scope "col")) "Channel changes")
-               (th (@ (scope "col")) Success)
-               (th (@ (scope "col")) Action)))
+               (th (@ (scope "col"))
+                   (div (@ (class "job-rel")) "Build changes")
+                   (div (@ (class "job-abs d-none"))
+                        "Total number of builds"))
+               (th (@ (scope "col")) "Action")))
              (tbody
               ,@(map
                  (lambda (row)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]