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: Thu, 24 Aug 2023 04:56:14 -0400 (EDT)

branch: master
commit cdb7e66651e2aaacc870a8a33ae92c73916007db
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Aug 24 10:44:51 2023 +0200

    templates: Build search results actually show the evaluation name.
    
    Fixes a regression introduced in
    c445d2d642765f9589313e9ccdd826ef9bf71432.
    
    * src/cuirass/templates.scm (build-search-results-table): Show
    evaluation name.
---
 src/cuirass/templates.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index b369c90..ea217d1 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -1436,7 +1436,7 @@ and BUILD-MAX are global minimal and maximal row 
identifiers."
       (th (@ (scope "row"))
           (a (@ (href "/build/" ,(build-id build) "/details"))
              ,(build-id build)))
-      (td ,(build-job-name build))
+      (td ,(build-specification-name build))
       (td ,(if (completed? status)
                (time->string (build-completion-time build))
                "—"))



reply via email to

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