Fix job progress column

pull/5042/head
Chocobozzz 2022-05-25 11:04:59 +02:00
parent a220b84b0e
commit 994b474331
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
<span class="badge" [ngClass]="getJobStateClass(job.state)">{{ job.state }}</span> <span class="badge" [ngClass]="getJobStateClass(job.state)">{{ job.state }}</span>
</td> </td>
<td class="job-progress c-hand" [pRowToggler]="job"> <td *ngIf="hasGlobalProgress()" class="job-progress c-hand" [pRowToggler]="job">
<ng-container *ngIf="hasProgress(job)">{{ getProgress(job) }}</ng-container> <ng-container *ngIf="hasProgress(job)">{{ getProgress(job) }}</ng-container>
</td> </td>