forked from external-repos/pa11y-dashboard
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