mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add last result of each task to index page
This commit is contained in:
@@ -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}}
|
||||
|
Reference in New Issue
Block a user