mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add markup and stying for task page
This commit is contained in:
@@ -25,6 +25,7 @@ function route (app) {
|
||||
res.render('task', {
|
||||
task: task,
|
||||
results: results,
|
||||
lastResult: results[0] || null,
|
||||
added: (typeof req.query.added !== 'undefined')
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user