Fix Processes Overview accessibility issues

See commit 4ea487cc0d
This commit is contained in:
Andreas Awouters
2024-01-24 15:31:04 +01:00
parent a2f5f8291c
commit 5857a8d972

View File

@@ -33,8 +33,9 @@
<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"
(click)="processBulkDeleteService.toggleDelete(tableEntry.process.processId)"
class="btn btn-outline-danger">
<i class="fas fa-trash"></i>
</button>
</td>