summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cuirass/templates.scm15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 119b5fb..dde0145 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -1,5 +1,6 @@
;;; templates.scm -- HTTP API
;;; Copyright © 2018 Tatiana Sholokhova <tanja201396@gmail.com>
+;;; Copyright © 2018 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of Cuirass.
;;;
@@ -189,13 +190,13 @@ and BUILD-MAX are global minimal and maximal (stoptime, rowid) pairs."
`(thead
(tr
(th (@ (scope "col")) '())
- (th (@ (scope "col")) ID)
- (th (@ (scope "col")) Specification)
- (th (@ (scope "col")) "Finished at")
- (th (@ (scope "col")) Job)
- (th (@ (scope "col")) Nixname)
- (th (@ (scope "col")) System)
- (th (@ (scope "col")) Log))))
+ (th (@ (scope "col")) "ID")
+ (th (@ (scope "col")) "Specification")
+ (th (@ (scope "col")) "Completion time")
+ (th (@ (scope "col")) "Job")
+ (th (@ (scope "col")) "Name")
+ (th (@ (scope "col")) "System")
+ (th (@ (scope "col")) "Log"))))
(define (table-row build)
(define status