Display only time in history
This commit is contained in:
parent
d583b44f29
commit
032185583d
1 changed files with 1 additions and 3 deletions
|
|
@ -130,9 +130,7 @@ export const history = new Elysia().use(userService).get(
|
|||
</svg>
|
||||
</td>
|
||||
<td safe>
|
||||
{new Date(job.date_created).toLocaleString(LANGUAGE, {
|
||||
timeZone: TIMEZONE,
|
||||
})}
|
||||
{new Date(job.date_created).toLocaleTimeString(LANGUAGE, { timeZone: TIMEZONE })}
|
||||
</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