diff options
-rw-r--r-- | guix-data-service/web/jobs/html.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-data-service/web/jobs/html.scm b/guix-data-service/web/jobs/html.scm index 830d0e6..3467cbf 100644 --- a/guix-data-service/web/jobs/html.scm +++ b/guix-data-service/web/jobs/html.scm @@ -53,11 +53,12 @@ (@ (class "col-sm-1"))) (div (@ (class "col-sm-10")) + (h3 "Recent events") (table (@ (class "table")) (thead (tr - (th "Job") + (th "Commit") (th "Event") (th "Occurred at"))) (tbody |