diff --git a/src/index.tsx b/src/index.tsx index b132506..6514ed0 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1169,7 +1169,9 @@ const app = new Elysia({ px-2 py-2 sm:px-4 `} - /> + > + Expand details + {userJobs.map((job) => ( <> - + Detailed File Information: - {job.files_detailed.map((file: Filename) => ( -
- ( +
- {file.file_name} - - - - - - {file.output_file_name} - -
- ))} + + {file.file_name} + + + + + + {file.output_file_name} + +
+ ), + )} @@ -1302,18 +1309,28 @@ const app = new Elysia({