* Separate job status and all builds pages.

This commit is contained in:
Eelco Dolstra
2008-11-27 00:38:09 +00:00
parent 38a1b0d7ef
commit 266aa141bd
11 changed files with 81 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
[% WRAPPER layout.tt title="Hydra Overview" %]
[% WRAPPER layout.tt title="Overview" %]
[% PROCESS common.tt %]
@@ -10,18 +10,4 @@
[% PROCESS showBuildStats %]
<h2>Job status</h2>
<p>Below are the latest builds for each job.</p>
[% PROCESS renderBuildList builds=latestBuilds %]
<h2>All builds</h2>
<p>Number of builds: [% allBuilds.size %]</p>
[% PROCESS renderBuildList builds=allBuilds %]
[% END %]