Use bootstrap's pager (instead of pagination) class
[?]
Apr 26, 2013, 12:44 PM
XGNERX6C5VDBUJFN3OIQISHPLIST7SZTU6SEH5TCVPWNIF25AQDQCDependencies
- [2]
QBT7FA7RCompatibility with latest bootstrap - [3]
4WZQW2N6Fix indentation and get rid of some unnecessary whitespace in the output - [4]
Q4VDOA76Replace last 5 builds on jobset page with last 5 evaluations. Moved hide/unhide and evaluate options to jobset topmenu. - [5]
G5YSUSNZIn build tables, hide the project, jobset and/or job name if they're constant - [6]
U4TD3AIQAdd support for viewing jobset evaluations - [7]
YTSIRIMK* Separate job status and all builds pages. - [8]
OEPUOUNBUsing twitter bootstrap for more consistent looks for Hydra - [9]
RWFCW6ZNIn the jobset evals lists, show what inputs changed between consecutive evals - [10]
PMNWRTGJAdd multiple output support - [11]
22JB5HNEmake changes section more compact/readable - [12]
QL55ECJ6- adapted ui for hydra, more in line with nixos.org website - [13]
7Z3YOKCV* PROCESS -> INCLUDE in most cases. INCLUDE does proper scoping of - [14]
DE2DNCOIAllow comparing an evaluation with an arbitrary other evaluation - [*]
IK53RV4V
Change contents
- edit in src/root/all.tt at line 9
[% INCLUDE renderPager %] - edit in src/root/all.tt at line 10
[% INCLUDE renderPager %] - replacement in src/root/common.tt at line 388
<div class="pagination"><ul><li><a href="[% "$baseUri?page=1" %]">First</a></li><li [% IF page == 1 %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page - 1) %]">Previous</a></li><li [% IF page * resultsPerPage >= total %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page + 1) %]">Next</a></li><li><a href="[% "$baseUri?page="; (total - 1) div resultsPerPage + 1 %]">Last</a></li></ul></div><ul class="pager"><li [% IF page == 1 %]class="disabled"[% END %]><a href="[% "$baseUri?page=1" %]">« First</a></li><li [% IF page == 1 %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page - 1) %]">‹ Previous</a></li><li [% IF page * resultsPerPage >= total %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page + 1) %]">Next ›</a></li><li [% IF page * resultsPerPage >= total %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (total - 1) div resultsPerPage + 1 %]">Last »</a></li></ul> - edit in src/root/evals.tt at line 9
[% INCLUDE renderPager %] - edit in src/root/evals.tt at line 11
[% INCLUDE renderPager %]