diff options
author | Christopher Baines <mail@cbaines.net> | 2020-07-02 20:36:08 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-07-02 20:36:08 +0100 |
commit | 092f01b6f250beeb802ec073d5bd230f44535bff (patch) | |
tree | 7fd11bff13c164b902268f46778980ed1873dab8 /guix-data-service/web/revision | |
parent | bbf8011c959cc9013f752cf5a5ad7c128acbabba (diff) | |
download | data-service-092f01b6f250beeb802ec073d5bd230f44535bff.tar data-service-092f01b6f250beeb802ec073d5bd230f44535bff.tar.gz |
Fix the builds table headers
Diffstat (limited to 'guix-data-service/web/revision')
-rw-r--r-- | guix-data-service/web/revision/html.scm | 5 |
1 files changed, 2 insertions, 3 deletions
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 |