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