2008-10-28 10:19:31 +00:00
|
|
|
[% WRAPPER layout.tt title="Hydra Overview" %]
|
2008-11-26 17:43:45 +00:00
|
|
|
[% PROCESS common.tt %]
|
2008-11-10 10:18:50 +00:00
|
|
|
|
2008-11-11 14:45:33 +00:00
|
|
|
|
2008-11-12 23:45:11 +00:00
|
|
|
<h1>Hydra Overview</h1>
|
|
|
|
|
|
|
|
|
2008-11-26 23:49:51 +00:00
|
|
|
<h2>Statistics</h2>
|
|
|
|
|
|
|
|
[% PROCESS showBuildStats %]
|
|
|
|
|
|
|
|
|
2008-11-12 23:45:11 +00:00
|
|
|
<h2>Job status</h2>
|
2008-10-28 12:44:36 +00:00
|
|
|
|
2008-10-28 17:08:29 +00:00
|
|
|
<p>Below are the latest builds for each job.</p>
|
|
|
|
|
2008-11-26 17:43:45 +00:00
|
|
|
[% PROCESS renderBuildList builds=latestBuilds %]
|
2008-10-28 12:44:36 +00:00
|
|
|
|
2008-11-11 14:45:33 +00:00
|
|
|
|
2008-11-12 23:45:11 +00:00
|
|
|
<h2>All builds</h2>
|
2008-10-28 10:19:31 +00:00
|
|
|
|
2008-10-28 12:44:36 +00:00
|
|
|
<p>Number of builds: [% allBuilds.size %]</p>
|
|
|
|
|
2008-11-26 17:43:45 +00:00
|
|
|
[% PROCESS renderBuildList builds=allBuilds %]
|
2008-10-28 10:19:31 +00:00
|
|
|
|
2008-11-11 14:45:33 +00:00
|
|
|
|
2008-10-28 10:19:31 +00:00
|
|
|
[% END %]
|