Add page showing latest build steps

This commit is contained in:
Eelco Dolstra
2015-07-10 15:08:34 +02:00
parent 0da08df4eb
commit b09f7e0989
8 changed files with 83 additions and 2 deletions

View File

@ -45,7 +45,7 @@
INCLUDE renderDuration duration = curTime - step.starttime;
END %]
</td>
<td>[% step.machine.split('@').1 || step.machine %]</td>
<td>[% INCLUDE renderMachineName machine=step.machine %]</td>
<td>
[% IF step.busy == 1 %]
<strong>Building</strong>