X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Ffrontend%2Fsrc%2Fapp%2Fshared%2Fdatatable%2Ftable-actions%2Ftable-actions.component.html;h=905aaa96b69be5721fad0edc874f2ce4ab198bbb;hb=2a845540123ad00df2e55947b8080306ebdcf410;hp=9720c14e9166bf99711c73a6ca90b64e9fde5eef;hpb=0948533fc3b372aaa92e1cd3da22f2258220e199;p=ceph.git diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.html b/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.html index 9720c14e9..905aaa96b 100644 --- a/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.html +++ b/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.html @@ -6,7 +6,7 @@ [ngClass]="{'disabled': disableSelectionAction(currentAction)}" (click)="useClickAction(currentAction)" [routerLink]="useRouterLink(currentAction)" - data-testid="table-action-button" + [attr.aria-label]="currentAction.name" [preserveFragment]="currentAction.preserveFragment ? '' : null"> {{ currentAction.name }} @@ -32,7 +32,8 @@ (click)="useClickAction(action)" [routerLink]="useRouterLink(action)" [preserveFragment]="action.preserveFragment ? '' : null" - [disabled]="disableSelectionAction(action)"> + [disabled]="disableSelectionAction(action)" + [attr.aria-label]="action.name"> {{ action.name }}