mirror of https://github.com/Chocobozzz/PeerTube
Add % to runner job percentage
parent
a5cf9c9867
commit
2617295569
|
@ -59,7 +59,11 @@
|
||||||
<td>{{ runnerJob.type }}</td>
|
<td>{{ runnerJob.type }}</td>
|
||||||
<td>{{ runnerJob.state.label }}</td>
|
<td>{{ runnerJob.state.label }}</td>
|
||||||
<td>{{ runnerJob.priority }}</td>
|
<td>{{ runnerJob.priority }}</td>
|
||||||
<td>{{ runnerJob.progress }}</td>
|
|
||||||
|
<td>
|
||||||
|
<ng-container *ngIf="runnerJob.progress">{{ runnerJob.progress }}%</ng-container>
|
||||||
|
</td>
|
||||||
|
|
||||||
<td>{{ runnerJob.runner?.name }}</td>
|
<td>{{ runnerJob.runner?.name }}</td>
|
||||||
<td>{{ runnerJob.createdAt }}</td>
|
<td>{{ runnerJob.createdAt }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue