mirror of https://github.com/Chocobozzz/PeerTube
Fix job progress column
parent
a220b84b0e
commit
994b474331
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue