forked from lix-project/hydra
* Don't show the job menu.
This commit is contained in:
parent
2613d8721a
commit
117be5182c
|
@ -46,8 +46,8 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
[% n = 0 %]
|
||||
[% FOREACH job IN jobs %]
|
||||
[% INCLUDE renderJob baseName="job-$n" %]
|
||||
[% FOREACH j IN jobs %]
|
||||
[% INCLUDE renderJob baseName="job-$n" job=j %]
|
||||
[% n = n + 1 %]
|
||||
[% END %]
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue