Add the ability to run tasks ad-hoc

This commit is contained in:
Rowan Manning
2013-10-03 14:18:31 +01:00
parent cd38bd0586
commit c2ed1beb0e
7 changed files with 37 additions and 3 deletions

View File

@@ -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