mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +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 {
|
.date {
|
||||||
margin-top:5px;
|
margin-top:45px;
|
||||||
}
|
}
|
||||||
.tasks-list {
|
.tasks-list {
|
||||||
padding:15px;
|
padding:15px;
|
||||||
|
@@ -6,10 +6,8 @@
|
|||||||
<p class="h4">({{task.standard}})</p>
|
<p class="h4">({{task.standard}})</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 text-right run-details">
|
<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}}
|
{{#if mainResult}}
|
||||||
<!-- ########################## -->
|
|
||||||
<div class="date">Last run : {{date-format mainResult.date format="DD MMM YYYY"}}</div>
|
<div class="date">Last run : {{date-format mainResult.date format="DD MMM YYYY"}}</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class="date">Not yet run</div>
|
<div class="date">Not yet run</div>
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
<h4>There are no results to show</h4>
|
<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>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>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
Reference in New Issue
Block a user