forked from external-repos/pa11y-dashboard
21 lines
711 B
HTML
21 lines
711 B
HTML
<table id="graph-data" class="table graph-table" summary="Accessibility results from pa11y for this page">
|
|
<caption>pa11y results for this URL</caption>
|
|
<thead>
|
|
<tr>
|
|
<th>Date</th>
|
|
<th class="text-center">Errors</th>
|
|
<th class="text-center">Warnings</th>
|
|
<th class="text-center">Notifications</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{{#results}}
|
|
<tr data-role="url-stats">
|
|
<td data-role="category">{{date-format date format="DD MMM YYYY"}}</td>
|
|
<td class="text-center" data-label="error">{{count.error}}</td>
|
|
<td class="text-center" data-label="warning">{{count.warning}}</td>
|
|
<td class="text-center" data-label="notification">{{count.notice}}</td>
|
|
</tr>
|
|
{{/results}}
|
|
</tbody>
|
|
</table> |