RED-3817 - do not show workload indicator icons in file list for files that are excluded from redaction

This commit is contained in:
Valentin Mihai 2022-04-11 12:14:20 +03:00
parent ceeb220643
commit 1236db9498

View File

@ -21,7 +21,7 @@
<ng-container *ngIf="!file.isError"> <ng-container *ngIf="!file.isError">
<div class="cell"> <div class="cell">
<redaction-file-workload [file]="file"></redaction-file-workload> <redaction-file-workload *ngIf="!file.excluded" [file]="file"></redaction-file-workload>
</div> </div>
<div class="user-column cell"> <div class="user-column cell">