TSK-1792: Improved message for empty priority report

This commit is contained in:
Tristan 2022-01-24 13:23:02 +01:00 committed by Tristan2357
parent c57e0c6ba9
commit 38edeb208e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<mat-divider class="task-priority-report__divider"> </mat-divider>
<div *ngIf="reportData?.rows.length == 0"> There are no Workbaskets with type TOPIC. </div>
<div *ngIf="reportData?.rows.length == 0"> Could not find any tasks which fulfill the current filter criteria. </div>
<div class="task-priority-report__workbaskets">
<div *ngFor="let row of reportData?.rows; let i = index" class="task-priority-report__workbasket">