From 092f01b6f250beeb802ec073d5bd230f44535bff Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 2 Jul 2020 20:36:08 +0100 Subject: Fix the builds table headers --- guix-data-service/web/revision/html.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'guix-data-service/web/revision') 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 -- cgit v1.2.3