mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Remove run button..sniff sniff
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -202,7 +202,7 @@
|
||||
}
|
||||
}
|
||||
.date {
|
||||
margin-top:5px;
|
||||
margin-top:45px;
|
||||
}
|
||||
.tasks-list {
|
||||
padding:15px;
|
||||
|
@@ -6,10 +6,8 @@
|
||||
<p class="h4">({{task.standard}})</p>
|
||||
</div>
|
||||
<div class="col-md-2 text-right run-details">
|
||||
<!-- ########### To be done ############## -->
|
||||
<button class="btn btn-success">Run <span class="glyphicon glyphicon-play"></span></button>
|
||||
<!-- <button class="btn btn-success">Run <span class="glyphicon glyphicon-play"></span></button> -->
|
||||
{{#if mainResult}}
|
||||
<!-- ########################## -->
|
||||
<div class="date">Last run : {{date-format mainResult.date format="DD MMM YYYY"}}</div>
|
||||
{{else}}
|
||||
<div class="date">Not yet run</div>
|
||||
|
@@ -30,7 +30,7 @@
|
||||
<div class="alert alert-info">
|
||||
<h4>There are no results to show</h4>
|
||||
<p>pa11y has not been run against this URL yet so there are no results to show.</p>
|
||||
<p>To run pa11y for this URL now <a href="">click here</a></p>
|
||||
<!-- <p>To run pa11y for this URL now <a href="">click here</a></p> -->
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
Reference in New Issue
Block a user