forked from lix-project/hydra
hydra: show machine in buildsteps
This commit is contained in:
parent
a75a12e819
commit
02856780cf
1 changed files with 2 additions and 1 deletions
|
@ -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 %]
|
||||||
|
|
Loading…
Reference in a new issue