Add % to runner job percentage

pull/5817/head
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
1 changed files with 5 additions and 1 deletions

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>