diff --git a/src/pages/history.tsx b/src/pages/history.tsx index 54431ac..1bc663d 100644 --- a/src/pages/history.tsx +++ b/src/pages/history.tsx @@ -129,7 +129,11 @@ export const history = new Elysia().use(userService).get( /> - {new Date(job.date_created).toLocaleString(LANGUAGE, { timeZone: TIMEZONE })} + + {new Date(job.date_created).toLocaleString(LANGUAGE, { + timeZone: TIMEZONE, + })} + {job.num_files} {job.finished_files} {job.status}