mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
@@ -33,8 +33,9 @@
|
|||||||
<td>{{tableEntry.user}}</td>
|
<td>{{tableEntry.user}}</td>
|
||||||
<td>{{tableEntry.info}}</td>
|
<td>{{tableEntry.info}}</td>
|
||||||
<td>
|
<td>
|
||||||
<button class="btn btn-outline-danger"
|
<button [attr.aria-label]="'process.overview.delete-process' | translate"
|
||||||
(click)="processBulkDeleteService.toggleDelete(tableEntry.process.processId)">
|
(click)="processBulkDeleteService.toggleDelete(tableEntry.process.processId)"
|
||||||
|
class="btn btn-outline-danger">
|
||||||
<i class="fas fa-trash"></i>
|
<i class="fas fa-trash"></i>
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user