Remove uneeded date pipe

pull/5817/head
Chocobozzz 2023-05-17 14:56:35 +02:00
parent f383c7c881
commit d3ab2f63b6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<td>{{ runnerJob.priority }}</td>
<td>{{ runnerJob.progress }}</td>
<td>{{ runnerJob.runner?.name }}</td>
<td>{{ runnerJob.createdAt | date: 'short' }}</td>
<td>{{ runnerJob.createdAt }}</td>
</tr>
</ng-template>