This commit is contained in:
Eelco Dolstra
2008-11-26 13:39:15 +00:00
parent a36fab9293
commit 39f8b6110f
16 changed files with 50 additions and 28 deletions

View File

@ -92,6 +92,14 @@
<tt>[% INCLUDE maybeEditString param="jobset-$baseName-nixexprinput" value=jobset.nixexprinput extraClass="shortString" %]</tt>
</td>
</tr>
[% IF !edit %]
<tr>
<th>Last checked:</th>
<td>
[% PROCESS renderDateTime timestamp = jobset.lastcheckedtime %]
</td>
</tr>
[% END %]
[% IF !edit && jobset.errormsg %]
<tr>
<th>Last evaluation error:</th>