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:
@@ -6,7 +6,7 @@
|
||||
<p class="h4">({{task.standard}})</p>
|
||||
</div>
|
||||
<div class="col-md-2 text-right run-details">
|
||||
<!-- <button class="btn btn-success">Run <span class="glyphicon glyphicon-play"></span></button> -->
|
||||
<a href="{{task.hrefRun}}" class="btn btn-success">Run <span class="glyphicon glyphicon-play"></span></a>
|
||||
{{#if mainResult}}
|
||||
<div class="date">Last run : {{date-format mainResult.date format="DD MMM YYYY"}}</div>
|
||||
{{else}}
|
||||
|
Reference in New Issue
Block a user