Fix the builds table headers
This commit is contained in:
parent
bbf8011c95
commit
092f01b6f2
2 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue