diff options
author | Christopher Baines <mail@cbaines.net> | 2020-01-20 19:33:45 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-01-20 19:33:45 +0000 |
commit | f3ebe8353271f8646297b9df4cf37d0652e0d4e9 (patch) | |
tree | 59aa9b8474f3546eef2344405484bd5252eff095 | |
parent | 704f1496451e380c356a90d85e614277025c1ef4 (diff) | |
download | data-service-f3ebe8353271f8646297b9df4cf37d0652e0d4e9.tar data-service-f3ebe8353271f8646297b9df4cf37d0652e0d4e9.tar.gz |
Tweak the recent events table on the jobs page
-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 |