diff --git a/netbox/extras/tables/tables.py b/netbox/extras/tables/tables.py index 3df1d7c70..fac030061 100644 --- a/netbox/extras/tables/tables.py +++ b/netbox/extras/tables/tables.py @@ -424,7 +424,7 @@ class NotificationTable(NetBoxTable): orderable=False, attrs={ 'td': {'class': 'w-1'}, - 'th': {'class': 'w-1'}, + 'th': {'class': 'w-1', 'aria-label': _('Type')}, }, verbose_name='' ) diff --git a/netbox/netbox/tables/columns.py b/netbox/netbox/tables/columns.py index e0d16c664..b6e441228 100644 --- a/netbox/netbox/tables/columns.py +++ b/netbox/netbox/tables/columns.py @@ -248,6 +248,9 @@ class ActionsColumn(tables.Column): direct button link and icon (default: True) """ attrs = { + 'th': { + 'aria-label': _('Actions'), + }, 'td': { 'class': 'text-end text-nowrap noprint p-1' } diff --git a/netbox/templates/core/configrevision_restore.html b/netbox/templates/core/configrevision_restore.html index ee0ce1ebe..4604aaaba 100644 --- a/netbox/templates/core/configrevision_restore.html +++ b/netbox/templates/core/configrevision_restore.html @@ -36,7 +36,7 @@
| + | {% trans "Local" %} | {% if peer %}{% trans "Peer" %} | diff --git a/netbox/templates/dcim/virtualchassis_edit.html b/netbox/templates/dcim/virtualchassis_edit.html index dbe029fa6..7be4d2ec3 100644 --- a/netbox/templates/dcim/virtualchassis_edit.html +++ b/netbox/templates/dcim/virtualchassis_edit.html @@ -66,7 +66,7 @@{% trans "Serial" %} | {% trans "Position" %} | {% trans "Priority" %} | -+ | {% trans "Description" %} | {% trans "Last Run" %} | {% trans "Status" %} | -+ | diff --git a/netbox/templates/ipam/inc/panels/fhrp_groups.html b/netbox/templates/ipam/inc/panels/fhrp_groups.html index d5e0102f9..26f9a137f 100644 --- a/netbox/templates/ipam/inc/panels/fhrp_groups.html +++ b/netbox/templates/ipam/inc/panels/fhrp_groups.html @@ -24,7 +24,7 @@ | {% trans "Protocol" %} | {% trans "Virtual IPs" %} | {% trans "Priority" %} | -+ | diff --git a/netbox/templates/ipam/panels/fhrp_groups.html b/netbox/templates/ipam/panels/fhrp_groups.html index aa9a91dcc..7dd1c8f19 100644 --- a/netbox/templates/ipam/panels/fhrp_groups.html +++ b/netbox/templates/ipam/panels/fhrp_groups.html @@ -10,7 +10,7 @@ | {% trans "Protocol" %} | {% trans "Virtual IPs" %} | {% trans "Priority" %} | -+ |
|---|