diff --git a/internal/web/dist/index.html b/internal/web/dist/index.html index ac4efec..e16121e 100644 --- a/internal/web/dist/index.html +++ b/internal/web/dist/index.html @@ -5,9 +5,9 @@ AutoGlue - - - + + +
diff --git a/internal/web/dist/index.html.br b/internal/web/dist/index.html.br index ed4fa40..da54db0 100644 Binary files a/internal/web/dist/index.html.br and b/internal/web/dist/index.html.br differ diff --git a/internal/web/dist/index.html.gz b/internal/web/dist/index.html.gz index d4ae01b..55000c9 100644 Binary files a/internal/web/dist/index.html.gz and b/internal/web/dist/index.html.gz differ diff --git a/ui/src/pages/jobs-page.tsx b/ui/src/pages/jobs-page.tsx index c40ebe8..50dc078 100644 --- a/ui/src/pages/jobs-page.tsx +++ b/ui/src/pages/jobs-page.tsx @@ -1,7 +1,5 @@ import { type FC, useEffect, useState } from "react" import { archerAdminApi } from "@/api/archer_admin" -import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query" -import { Loader2, Plus, RefreshCw, Search, X } from "lucide-react" import { type AdminListArcherJobsRequest, AdminListArcherJobsStatusEnum, @@ -9,6 +7,8 @@ import { type DtoPageJob, type DtoQueueInfo, } from "@/sdk" +import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query" +import { Loader2, Plus, RefreshCw, Search, X } from "lucide-react" import { cn } from "@/lib/utils" import { Badge } from "@/components/ui/badge" @@ -296,8 +296,7 @@ export const JobsPage: FC = () => { )} {items.map((j) => { const jobStatus: JobStatus = - (j.status as JobStatus | undefined) ?? - AdminListArcherJobsStatusEnum.queued + (j.status as JobStatus | undefined) ?? AdminListArcherJobsStatusEnum.queued return ( @@ -309,10 +308,7 @@ export const JobsPage: FC = () => { {jobStatus} @@ -418,9 +414,7 @@ function DetailsButton({ job }: { job: DtoJob }) { Last error -
-                  {job.last_error}
-                
+
{job.last_error}
)} @@ -446,9 +440,9 @@ function DetailsButton({ job }: { job: DtoJob }) { } function EnqueueDialog({ - onSubmit, - submitting, - }: { + onSubmit, + submitting, +}: { onSubmit: (body: { queue: string type: string @@ -513,11 +507,7 @@ function EnqueueDialog({
- setRunAt(e.target.value)} - /> + setRunAt(e.target.value)} />