The different types of types (new, removed, newly failing, and so on) now each have their own tab.
4QCXGR4WEQHBUNOKGLH7VOUF7RWGZJHVSQDZB3I7ZXQX2DRSHLGAC 2P7VNAACFSXMH42JCXQZ7GDAAEIFDGDWJOK6XD6G36AGEYQSRO2AC 2S7UHICMX4WPA4VYTPUYU6SXTDQ6ZORXJ4AZ7F4YXLGQPYCAVYBQC U4TD3AIQXBJFFUORTMIC4IHZTVBORRKL2TZ2FSP4G665ECZOEMNAC W74RIXTJSDGUC4Q7NAUCS7TNC6YIR6KZST5ALO5DV7OPUEADZK3AC WZZOOYCHQJJ6BWQPJFXULOBVSLZXPMOKM2YNA7TPEXUINLXFVI5AC L7NUCXKSELV2XQBSETAN2KSXN5ONX3ESJDHZL6737LMK4KPGQANQC 3PNG7NIBQQURUUPRVQXYL342OT7JUUYOMY2JJNP6YDX7SYJDZMYAC KQZQI2WNMXADNASI7OOMB56OOSBAARTI5ZWY52TUVHHJW6D2HMVAC <form class="form-search"><input name="filter" type="text" class="input-large search-query" placeholder="Search jobs by name..." [% HTML.attributes(value => filter) %]/><input name="compare" type="hidden" [% HTML.attributes(value => otherEval.id) %]/><input name="full" type="hidden" [% HTML.attributes(value => full) %]/></form>
<li class="active"><a href="#tabs-status" data-toggle="tab">Job status</a></li>
[% IF nowFail.size > 0 %]<li><a href="#tabs-now-fail" data-toggle="tab"><span class="text-warning">Newly-failing jobs</span></a></li>[% END %][% IF nowSucceed.size > 0 %]<li><a href="#tabs-now-succeed" data-toggle="tab"><span class="text-success">Newly-succeeding jobs</span></a></li>[% END %][% IF new.size > 0 %]<li><a href="#tabs-new" data-toggle="tab">New jobs</a></li>[% END %][% IF removed.size > 0 %]<li><a href="#tabs-removed" data-toggle="tab">Removed jobs</a></li>[% END %][% IF stillFail.size > 0 %]<li><a href="#tabs-still-fail" data-toggle="tab">Still-failing jobs</a></li>[% END %][% IF stillSucceed.size > 0 %]<li><a href="#tabs-still-succeed" data-toggle="tab">Still-succeeding jobs</a></li>[% END %][% IF unfinished.size > 0 %]<li><a href="#tabs-unfinished" data-toggle="tab">Queued jobs</a></li>[% END %]
[% BLOCK renderSome %][% INCLUDE renderBuildListHeader unsortable=1 %][% size = builds.size; max = full ? size : 250; %][% INCLUDE renderBuildListBody builds=builds.slice(0, (size > max ? max : size) - 1)hideProjectName=1 hideJobsetName=1 %][% IF size > max; params = c.req.params; params.full = 1 %]<tr><td class="centered" colspan="6"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], params) %]"><em>([% size - max %] more builds omitted)</em></a></td></tr>[% END %][% INCLUDE renderBuildListFooter %][% END %]
<form class="form-search"><input name="filter" type="text" class="input-large search-query" placeholder="Search jobs by name..." [% HTML.attributes(value => filter) %]/><input name="compare" type="hidden" [% HTML.attributes(value => otherEval.id) %]/><input name="full" type="hidden" [% HTML.attributes(value => full) %]/></form>
<div id="tabs-now-succeed" class="tab-pane">[% INCLUDE renderSome builds=nowSucceed %]</div>
[% BLOCK renderSome %][% size = builds.size; max = full ? size : 30; %][% INCLUDE renderBuildListBody builds=builds.slice(0, (size > max ? max : size) - 1)hideProjectName=1 hideJobsetName=1 %][% IF size > max; params = c.req.params; params.full = 1 %]<tr><td class="centered" colspan="6"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], params) %]"><em>([% size - max %] more builds omitted)</em></a></td></tr>[% END %][% END %]
<div id="tabs-new" class="tab-pane">[% INCLUDE renderSome builds=new %]</div>
[% INCLUDE renderBuildListHeader unsortable=1 %][% IF unfinished.size > 0 %]<tr><th class="subheader" colspan="6"><strong>Queued</strong> jobs</th></tr>[% INCLUDE renderSome builds=unfinished %][% END %][% IF new.size > 0 %]<tr><th class="subheader" colspan="6"><strong>New</strong> jobs</th></tr>[% INCLUDE renderSome builds=new %][% END %][% IF removed.size > 0 %]<tr><th class="subheader" colspan="6"><strong>Removed</strong> jobs</th></tr>[% size = removed.size; max = full ? size : 30; %][% FOREACH j IN removed.slice(0,(size > max ? max : size) - 1) %]<tr><td colspan="2"></td><td colspan="2">[% INCLUDE renderJobName project=project.name jobset=jobset.name job=j.job %]</td><td colspan="2"><tt>[% j.system %]</tt></td></tr>[% END %][% IF size > max; params = c.req.params; params.full = 1 %]<tr><td class="centered" colspan="6"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], params) %]"><em>([% size - max %] more jobs omitted)</em></a></td></tr>[% END %][% END %][% IF nowFail.size > 0 %]<tr><th class="subheader" colspan="6">Jobs that now <strong>fail</strong></th></tr>[% INCLUDE renderSome builds=nowFail %][% END %][% IF nowSucceed.size > 0 %]<tr><th class="subheader" colspan="6">Jobs that now <strong>succeed</strong></th></tr>[% INCLUDE renderSome builds=nowSucceed %][% END %]
<div id="tabs-removed" class="tab-pane"><table class="table table-striped table-condensed clickable-rows"><thead><tr><th>Job</th><th>System</th></tr></thead><tbody>[% size = removed.size; max = full ? size : 250; %][% FOREACH j IN removed.slice(0,(size > max ? max : size) - 1) %]<tr><td>[% INCLUDE renderJobName project=project.name jobset=jobset.name job=j.job %]</td><td><tt>[% j.system %]</tt></td></tr>[% END %][% IF size > max; params = c.req.params; params.full = 1 %]<tr><td class="centered" colspan="2"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], params) %]"><em>([% size - max %] more jobs omitted)</em></a></td></tr>[% END %]</tbody></table></div>
[% IF stillFail.size > 0 %]<tr><th class="subheader" colspan="6">Jobs that still <strong>fail</strong></th></tr>[% INCLUDE renderSome builds=stillFail %][% END %]
<div id="tabs-still-fail" class="tab-pane">[% INCLUDE renderSome builds=stillFail %]</div>
[% IF stillSucceed.size > 0 %]<tr><th class="subheader" colspan="6">Jobs that still <strong>succeed</strong></th></tr>[% INCLUDE renderSome builds=stillSucceed %][% END %]
<div id="tabs-still-succeed" class="tab-pane">[% INCLUDE renderSome builds=stillSucceed %]</div>
[% INCLUDE renderBuildListFooter %][% IF c.user_exists %]<p><a class="btn" href="[% c.uri_for(c.controller('JobsetEval').action_for('release'), [eval.id]) %]">Release</a></p>[% END %]
<div id="tabs-unfinished" class="tab-pane">[% INCLUDE renderSome builds=unfinished %]
/* Ensure that pressing the back button on another pagenavigates back to the previously selected tab on thispage. */$('.nav-tabs').bind('show', function(e) {var pattern = /#.+/gi;var id = e.target.toString().match(pattern)[0];history.replaceState(null, "", id);});
/* If no tab is active, show the first one. */$(".nav-tabs").each(function() {if ($("li.active", this).length > 0) return;$("a", $("li", this).first()).tab('show');});/* Ensure that pressing the back button on another pagenavigates back to the previously selected tab on thispage. */$('.nav-tabs').bind('show', function(e) {var pattern = /#.+/gi;var id = e.target.toString().match(pattern)[0];history.replaceState(null, "", id);});