forked from lix-project/hydra
Render machine correctly if it doesn't contain @
This commit is contained in:
parent
9282bcb95f
commit
2f946bdfd7
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue