Tweak the recent events table on the jobs page
This commit is contained in:
parent
704f149645
commit
f3ebe83532
1 changed files with 2 additions and 1 deletions
|
|
@ -53,11 +53,12 @@
|
||||||
(@ (class "col-sm-1")))
|
(@ (class "col-sm-1")))
|
||||||
(div
|
(div
|
||||||
(@ (class "col-sm-10"))
|
(@ (class "col-sm-10"))
|
||||||
|
(h3 "Recent events")
|
||||||
(table
|
(table
|
||||||
(@ (class "table"))
|
(@ (class "table"))
|
||||||
(thead
|
(thead
|
||||||
(tr
|
(tr
|
||||||
(th "Job")
|
(th "Commit")
|
||||||
(th "Event")
|
(th "Event")
|
||||||
(th "Occurred at")))
|
(th "Occurred at")))
|
||||||
(tbody
|
(tbody
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue