mirror of https://github.com/rancher/dashboard.git
Add missing aria label to table action menu button
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
This commit is contained in:
parent
620e75ec1f
commit
55a3ba5e3d
|
|
@ -1479,6 +1479,7 @@ export default {
|
||||||
<ActionMenu
|
<ActionMenu
|
||||||
:resource="row.row"
|
:resource="row.row"
|
||||||
:test-id="componentTestid + '-' + i"
|
:test-id="componentTestid + '-' + i"
|
||||||
|
:button-aria-label="t('sortableTable.tableActionsLabel', { resource: row?.row?.id || '' })"
|
||||||
/>
|
/>
|
||||||
</slot>
|
</slot>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue