mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Write the back-end for rule ignoring
This commit is contained in:
@@ -26,10 +26,23 @@
|
||||
</div>
|
||||
{{/running}}
|
||||
|
||||
{{#ruleIgnored}}
|
||||
<div class="col-md-12 clearfix" data-test="alert">
|
||||
<div class="alert alert-success">
|
||||
<button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button>
|
||||
<strong>Rule ignored!</strong>
|
||||
<p>
|
||||
You've ignored a rule for this task.
|
||||
<a href="{{task.hrefRun}}">Click here to generate results with the ignored rule excluded</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{{/ruleIgnored}}
|
||||
|
||||
{{> task-header}}
|
||||
|
||||
{{#if results}}
|
||||
|
||||
|
||||
{{#unless hasOneResult}}
|
||||
{{> graph}}
|
||||
{{/unless}}
|
||||
@@ -48,4 +61,4 @@
|
||||
<p><a href="{{task.hrefRun}}">Click here to generate results for this URL</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user