mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add route and view for edit page
This commit is contained in:
@@ -14,6 +14,7 @@ function presentTask (task) {
|
||||
task.hrefDelete = '/' + task.id + '/delete';
|
||||
task.hrefRun = '/' + task.id + '/run';
|
||||
task.hrefJson = '/' + task.id + '.json';
|
||||
task.hrefEdit = '/' + task.id + '/edit';
|
||||
|
||||
// Enhance the ignored rules
|
||||
task.ignore = task.ignore.map(function (name) {
|
||||
|
Reference in New Issue
Block a user