hydra: show machine in buildsteps

This commit is contained in:
Rob Vermaas 2010-11-29 09:10:10 +00:00
parent a75a12e819
commit 02856780cf

View file

@ -13,7 +13,7 @@
<h2 id="buildsteps">[% type %] build steps</h2> <h2 id="buildsteps">[% type %] build steps</h2>
<table class="tablesorter"> <table class="tablesorter">
<thead> <thead>
<tr><th>Nr</th><th>What</th><th>Duration</th><th>Status</th></tr> <tr><th>Nr</th><th>What</th><th>Duration</th><th>Machine</th><th>Status</th></tr>
</thead> </thead>
<tbody> <tbody>
[% FOREACH step IN build.buildsteps -%] [% FOREACH step IN build.buildsteps -%]
@ -40,6 +40,7 @@
[% END %] [% END %]
[% END %] [% END %]
</td> </td>
<td>[% step.machine.split('@').1 %]</td>
<td> <td>
[% IF step.busy == 1 %] [% IF step.busy == 1 %]
[% IF build.finished %] [% IF build.finished %]