1
0
Fork 0

Add % to runner job percentage

This commit is contained in:
Chocobozzz 2023-05-19 10:10:19 +02:00
parent a5cf9c9867
commit 2617295569
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -59,7 +59,11 @@
<td>{{ runnerJob.type }}</td>
<td>{{ runnerJob.state.label }}</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.createdAt }}</td>
</tr>