111638: Improve accessibility

This commit is contained in:
Andreas Awouters
2024-02-05 13:20:00 +01:00
parent 73e823e969
commit 1c73a0c509

View File

@@ -43,8 +43,10 @@
<td>{{tableEntry.user}}</td>
<td>{{tableEntry.info}}</td>
<td>
<button class="btn btn-outline-danger"
(click)="processBulkDeleteService.toggleDelete(tableEntry.process.processId)">
<button [attr.aria-label]="'process.overview.delete-process' | translate"
aria-hidden="true"
(click)="processBulkDeleteService.toggleDelete(tableEntry.process.processId)"
class="btn btn-outline-danger">
<i class="fas fa-trash"></i>
</button>
</td>