parent
f42665ca40
commit
4b5c732380
1 changed files with 2 additions and 3 deletions
|
|
@ -1060,8 +1060,7 @@ const app = new Elysia({
|
|||
{userJobs.map((job) => (
|
||||
<tr>
|
||||
<td safe>
|
||||
{job.date_created.split("T")[1]?.split(".")[0] ??
|
||||
job.date_created}
|
||||
{new Date(job.date_created).toLocaleTimeString()}
|
||||
</td>
|
||||
<td>{job.num_files}</td>
|
||||
<td class="max-sm:hidden">{job.finished_files}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue