Skip to content

Commit

Permalink
[JENKINS-69714] Use new jenkins-table for slow trigger admin monitor (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltepeter authored Oct 12, 2022
1 parent bb439de commit c37613e
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ dl {

text(_("blurb"))

table(class: "pane sortable bigtable", width: "100%") {
tr {
th(_("Trigger"))
th(_("Most Recent Occurrence"))
th(_("Most Recently Occurring Job"))
th(_("Duration"))
table(class: "sortable jenkins-table jenkins-!-margin-top-2", width: "100%") {
thead {
tr {
th(_("Trigger"))
th(_("Most Recent Occurrence"))
th(_("Most Recently Occurring Job"))
th(_("Duration"))
}
}

tam.errors.each { trigger, val ->
Expand Down

0 comments on commit c37613e

Please sign in to comment.