Add a page to show the latest evaluations for the entire server
This commit is contained in:
11
src/root/evals.tt
Normal file
11
src/root/evals.tt
Normal file
@@ -0,0 +1,11 @@
|
||||
[% WRAPPER layout.tt title=(jobset ? "Evaluations of jobset $project.name:$jobset.name" : "Latest evaluations") %]
|
||||
[% PROCESS common.tt %]
|
||||
|
||||
<p>Showing evaluations [% (page - 1) * resultsPerPage + 1 %] - [%
|
||||
(page - 1) * resultsPerPage + evals.size %] out of [% total %].</p>
|
||||
|
||||
[% INCLUDE renderPager %]
|
||||
|
||||
[% INCLUDE renderEvals %]
|
||||
|
||||
[% END %]
|
Reference in New Issue
Block a user