mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Start using the presenters in the views
This commit is contained in:
@@ -8,6 +8,7 @@ function presentTask (task) {
|
||||
|
||||
// Add additional info
|
||||
task.href = '/' + task.id;
|
||||
task.hrefDelete = '/' + task.id + '/delete';
|
||||
task.hrefJson = '/' + task.id + '.json';
|
||||
|
||||
// Present the last result if present
|
||||
|
Reference in New Issue
Block a user