* hydra: correct header in jobstatus page of jobset
This commit is contained in:
parent
6fe9e1b03b
commit
4b64329036
|
@ -1,7 +1,7 @@
|
||||||
[% WRAPPER layout.tt title="Job Status" %]
|
[% WRAPPER layout.tt title="Job Status" %]
|
||||||
[% PROCESS common.tt %]
|
[% PROCESS common.tt %]
|
||||||
|
|
||||||
<h1>Job Status[% IF project %] of Project <tt>[% project.name %]</tt>[% END %]</h1>
|
<h1>Job Status[% IF project %] of Project <tt>[% project.name %][% IF jobset %]:[% jobset.name%][% END %]</tt>[% END %]</h1>
|
||||||
|
|
||||||
<p>Below are the latest builds for each job. It is ordered by the status
|
<p>Below are the latest builds for each job. It is ordered by the status
|
||||||
change time (the timestamp of the last build that had a different
|
change time (the timestamp of the last build that had a different
|
||||||
|
|
Loading…
Reference in a new issue