mirror of https://github.com/Chocobozzz/PeerTube
Remove uneeded date pipe
parent
f383c7c881
commit
d3ab2f63b6
|
@ -61,7 +61,7 @@
|
||||||
<td>{{ runnerJob.priority }}</td>
|
<td>{{ runnerJob.priority }}</td>
|
||||||
<td>{{ runnerJob.progress }}</td>
|
<td>{{ runnerJob.progress }}</td>
|
||||||
<td>{{ runnerJob.runner?.name }}</td>
|
<td>{{ runnerJob.runner?.name }}</td>
|
||||||
<td>{{ runnerJob.createdAt | date: 'short' }}</td>
|
<td>{{ runnerJob.createdAt }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue