Render machine correctly if it doesn't contain @

This commit is contained in:
Eelco Dolstra 2015-02-25 16:21:29 +01:00
parent 9282bcb95f
commit 2f946bdfd7

View file

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