2008-10-28 10:19:31 +00:00
|
|
|
[% WRAPPER layout.tt title="Hydra Overview" %]
|
|
|
|
[% USE date %]
|
|
|
|
|
2008-10-28 12:44:36 +00:00
|
|
|
<h1>Job status</h1>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr><th></th><th>Id</th><th>Attribute name</th><th>Timestamp</th><th>Description</th></tr>
|
|
|
|
[% FOREACH build IN latestBuilds -%]
|
|
|
|
[% INCLUDE "short-build-info.tt" %]
|
|
|
|
[% END -%]
|
|
|
|
</table>
|
|
|
|
|
2008-10-28 10:19:31 +00:00
|
|
|
<h1>All builds</h1>
|
|
|
|
|
2008-10-28 12:44:36 +00:00
|
|
|
<p>Number of builds: [% allBuilds.size %]</p>
|
|
|
|
|
2008-10-28 10:19:31 +00:00
|
|
|
<table>
|
2008-10-28 10:32:31 +00:00
|
|
|
<tr><th></th><th>Id</th><th>Attribute name</th><th>Timestamp</th><th>Description</th></tr>
|
2008-10-28 12:44:36 +00:00
|
|
|
[% FOREACH build IN allBuilds -%]
|
|
|
|
[% INCLUDE "short-build-info.tt" %]
|
2008-10-28 10:19:31 +00:00
|
|
|
[% END -%]
|
|
|
|
</table>
|
|
|
|
|
|
|
|
[% END %]
|