mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add the ability to run tasks ad-hoc
This commit is contained in:
@@ -23,6 +23,7 @@ function route (app) {
|
||||
results: presentResultList(results.map(presentResult)),
|
||||
mainResult: task.lastResult || null,
|
||||
added: (typeof req.query.added !== 'undefined'),
|
||||
running: (typeof req.query.running !== 'undefined'),
|
||||
isTaskPage: true
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user