Skip to content

Commit

Permalink
Fix Processes Overview accessibility issues
Browse files Browse the repository at this point in the history
See commit 4ea487c
  • Loading branch information
AAwouters committed Jan 24, 2024
1 parent a2f5f82 commit 5857a8d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ <h2 class="flex-grow-1">{{'process.overview.table.' + processStatus.toLowerCase(
<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>
Expand Down

0 comments on commit 5857a8d

Please sign in to comment.