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:
@@ -12,6 +12,7 @@ function presentTask (task) {
|
||||
// Add additional info
|
||||
task.href = '/' + task.id;
|
||||
task.hrefDelete = '/' + task.id + '/delete';
|
||||
task.hrefRun = '/' + task.id + '/run';
|
||||
task.hrefJson = '/' + task.id + '.json';
|
||||
|
||||
// Enhance the ignored rules
|
||||
|
Reference in New Issue
Block a user