guix-commits
[Top][All Lists]
Advanced

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

01/05: Fix the builds table headers


From: Christopher Baines
Subject: 01/05: Fix the builds table headers
Date: Sat, 4 Jul 2020 04:32:04 -0400 (EDT)

cbaines pushed a commit to branch master
in repository data-service.

commit 092f01b6f250beeb802ec073d5bd230f44535bff
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jul 2 20:36:08 2020 +0100

    Fix the builds table headers
---
 guix-data-service/web/build/html.scm    | 5 ++---
 guix-data-service/web/revision/html.scm | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/guix-data-service/web/build/html.scm 
b/guix-data-service/web/build/html.scm
index fdbfd7e..f9939af 100644
--- a/guix-data-service/web/build/html.scm
+++ b/guix-data-service/web/build/html.scm
@@ -96,9 +96,8 @@
          (thead
           (tr
            (th (@ (class "col-xs-2")) "Status")
-           (th (@ (class "col-xs-9")) "Derivation")
-           (th (@ (class "col-xs-1")) "Started at")
-           (th (@ (class "col-xs-1")) "Finished at")
+           (th (@ (class "col-xs-10")) "Derivation")
+           (th (@ (class "col-xs-1")) "Timestamp")
            (th (@ (class "col-xs-1")) "")))
          (tbody
           ,@(map
diff --git a/guix-data-service/web/revision/html.scm 
b/guix-data-service/web/revision/html.scm
index b2622b3..6aa3218 100644
--- a/guix-data-service/web/revision/html.scm
+++ b/guix-data-service/web/revision/html.scm
@@ -1922,9 +1922,8 @@ figure {
          (thead
           (tr
            (th (@ (class "col-xs-2")) "Status")
-           (th (@ (class "col-xs-9")) "Derivation")
-           (th (@ (class "col-xs-1")) "Started at")
-           (th (@ (class "col-xs-1")) "Finished at")
+           (th (@ (class "col-xs-10")) "Derivation")
+           (th (@ (class "col-xs-1")) "Timestamp")
            (th (@ (class "col-xs-1")) "")))
          (tbody
           ,@(map



reply via email to

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