1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Fix colspan

This commit is contained in:
Eelco Dolstra 2015-06-09 14:42:02 +02:00
parent ca1fbdd058
commit 08633508da

View file

@ -42,9 +42,9 @@
[% END %]
[% IF idle == 1 %]
[% IF m.value.idle %]
<tr><td colspan="5">Idle for [% INCLUDE renderDuration duration = curTime - m.value.idle %]</td></tr>
<tr><td colspan="6">Idle for [% INCLUDE renderDuration duration = curTime - m.value.idle %]</td></tr>
[% ELSE %]
<tr><td colspan="5">Never used</td></tr>
<tr><td colspan="6">Never used</td></tr>
[% END %]
[% END %]
</tbody>