From f3ebe8353271f8646297b9df4cf37d0652e0d4e9 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 20 Jan 2020 19:33:45 +0000 Subject: Tweak the recent events table on the jobs page --- guix-data-service/web/jobs/html.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix-data-service') 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 -- cgit v1.2.3