add scope to th tags for screen readers

This commit is contained in:
catborise
2020-05-26 13:52:52 +03:00
committed by catborise
parent c9d9fdb9e8
commit 8bafaa8720
14 changed files with 108 additions and 108 deletions

View File

@@ -172,10 +172,10 @@
<table id="ipv4_table" class="table table-hover">
<thead>
<tr>
<th>{% trans "MAC" %}</th>
<th>{% trans "Address" %}</th>
<th>{% trans "Name" %}</th>
<th>{% trans "Actions" %}</th>
<th scope="col">{% trans "MAC" %}</th>
<th scope="col">{% trans "Address" %}</th>
<th scope="col">{% trans "Name" %}</th>
<th scope="col">{% trans "Actions" %}</th>
</tr>
</thead>
<tbody>
@@ -281,10 +281,10 @@
<table id="ipv6_table" class="table table-hover">
<thead>
<tr>
<th>{% trans "ID" %}</th>
<th>{% trans "Address" %}</th>
<th>{% trans "Name" %}</th>
<th>{% trans "Actions" %}</th>
<th scope="col">{% trans "ID" %}</th>
<th scope="col">{% trans "Address" %}</th>
<th scope="col">{% trans "Name" %}</th>
<th scope="col">{% trans "Actions" %}</th>
</tr>
</thead>
<tbody>
@@ -328,11 +328,11 @@
<table class="table table-hover">
<thead>
<tr>
<th>{% trans "Direction" %}</th>
<th>{% trans "Average" %}</th>
<th>{% trans "Peak" %}</th>
<th>{% trans "Burst" %}</th>
<th>{% trans "Actions" %}</th>
<th scope="col">{% trans "Direction" %}</th>
<th scope="col">{% trans "Average" %}</th>
<th scope="col">{% trans "Peak" %}</th>
<th scope="col">{% trans "Burst" %}</th>
<th scope="col">{% trans "Actions" %}</th>
</tr>
</thead>
<tbody>