RED-3817 - do not show workload indicator icons in file list for files that are excluded from redaction
This commit is contained in:
parent
ceeb220643
commit
1236db9498
@ -21,7 +21,7 @@
|
||||
|
||||
<ng-container *ngIf="!file.isError">
|
||||
<div class="cell">
|
||||
<redaction-file-workload [file]="file"></redaction-file-workload>
|
||||
<redaction-file-workload *ngIf="!file.excluded" [file]="file"></redaction-file-workload>
|
||||
</div>
|
||||
|
||||
<div class="user-column cell">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user