diff --git a/src/root/common.tt b/src/root/common.tt index 5ea82d04..2555718d 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -433,13 +433,27 @@ BLOCK renderEvals %] - + [% IF !jobset && !build %] - + [% END %] - - - + + + + + + + + + @@ -465,9 +479,13 @@ BLOCK renderEvals %] + + - + + + + @@ -572,9 +601,13 @@ BLOCK renderJobsetOverview %] [% IF j.get_column('nrsucceeded') > 0 %] [% j.get_column('nrsucceeded') %] [% END %] + + +
##JobsetJobsetDateInput changesSuccessDateInput changesJobs + Delta +
+ Succeeded + + Failed + + Queued +
[% e.nrSucceeded %] + [% IF e.nrFailed > 0 %] [% e.nrFailed %] [% END %] + [% IF e.nrScheduled > 0 %] [% e.nrScheduled %] [% END %] @@ -534,7 +552,18 @@ BLOCK renderJobsetOverview %] Name Description Last evaluatedSuccess + Jobs + + Succeeded + + Failed + + Queued +
[% IF j.get_column('nrfailed') > 0 %] [% j.get_column('nrfailed') %] [% END %] + [% IF j.get_column('nrscheduled') > 0 %] [% j.get_column('nrscheduled') %] [% END %] diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index c3bd9946..7e462f0b 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -143,6 +143,11 @@ td.step-status span.warn { font-weight: bold; } +/* Assumes borders are never desired in multi-row table heads */ +.table thead th { + border-top: 0; +} + .date { cursor: help; border-bottom: 1px dotted #999; diff --git a/src/root/static/images/delta.svg b/src/root/static/images/delta.svg new file mode 100644 index 00000000..37161bec --- /dev/null +++ b/src/root/static/images/delta.svg @@ -0,0 +1 @@ +