Show aggregate members

This commit is contained in:
Eelco Dolstra
2013-08-15 00:30:19 +02:00
parent d30b49ebac
commit 81322de94e
3 changed files with 16 additions and 1 deletions

View File

@ -99,7 +99,7 @@ BLOCK renderBuildListBody;
[% END %]
<td>[% !showSchedulingInfo and build.get_column('releasename') ? build.get_column('releasename') : build.nixname %]</td>
<td class="nowrap"><tt>[% build.system %]</tt></td>
<td class="nowrap">[% date.format(showSchedulingInfo ? build.timestamp : build.stoptime, '%Y-%m-%d %H:%M:%S') %]</td>
<td class="nowrap">[% t = showSchedulingInfo ? build.timestamp : build.stoptime; IF t; date.format(showSchedulingInfo ? build.timestamp : build.stoptime, '%Y-%m-%d %H:%M:%S'); ELSE; "-"; END %]</td>
[% IF showStatusChange %]
<td>
[% IF build.get_column('statusChangeTime') %]