Remove uneeded date pipe
This commit is contained in:
parent
f383c7c881
commit
d3ab2f63b6
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue