Fix the builds table headers

This commit is contained in:
Christopher Baines 2020-07-02 20:36:08 +01:00
parent bbf8011c95
commit 092f01b6f2
2 changed files with 4 additions and 6 deletions

View file

@ -96,9 +96,8 @@
(thead (thead
(tr (tr
(th (@ (class "col-xs-2")) "Status") (th (@ (class "col-xs-2")) "Status")
(th (@ (class "col-xs-9")) "Derivation") (th (@ (class "col-xs-10")) "Derivation")
(th (@ (class "col-xs-1")) "Started at") (th (@ (class "col-xs-1")) "Timestamp")
(th (@ (class "col-xs-1")) "Finished at")
(th (@ (class "col-xs-1")) ""))) (th (@ (class "col-xs-1")) "")))
(tbody (tbody
,@(map ,@(map

View file

@ -1922,9 +1922,8 @@ figure {
(thead (thead
(tr (tr
(th (@ (class "col-xs-2")) "Status") (th (@ (class "col-xs-2")) "Status")
(th (@ (class "col-xs-9")) "Derivation") (th (@ (class "col-xs-10")) "Derivation")
(th (@ (class "col-xs-1")) "Started at") (th (@ (class "col-xs-1")) "Timestamp")
(th (@ (class "col-xs-1")) "Finished at")
(th (@ (class "col-xs-1")) ""))) (th (@ (class "col-xs-1")) "")))
(tbody (tbody
,@(map ,@(map