Add last result of each task to index page

This commit is contained in:
Rowan Manning
2013-09-16 10:18:35 +01:00
parent dbc6a0a5bc
commit 188852129a
4 changed files with 10 additions and 3 deletions

View File

@@ -3,7 +3,14 @@
{{#tasks}}
<li>
<a href="/{{id}}">
{{url}} ({{standard}})
{{#last_result}}
<br/>Last run: {{date}}
<br/>Errors: {{count.error}}
{{/last_result}}
</a>
</li>
{{/tasks}}