Skip to content

Commit 679ea9e

Browse files
authored
feat(webui): Rename ingestion jobs table title to match new submit compression job form title. (#1682)
1 parent e6d7a58 commit 679ea9e

File tree

1 file changed

+1
-1
lines changed
  • components/webui/client/src/pages/IngestPage/Jobs

1 file changed

+1
-1
lines changed

components/webui/client/src/pages/IngestPage/Jobs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const Jobs = () => {
3737
return (
3838
<DashboardCard
3939
isLoading={isPending}
40-
title={"Ingestion Jobs"}
40+
title={"Compression Jobs"}
4141
>
4242
<VirtualTable<JobData>
4343
className={styles["jobs"] || ""}

0 commit comments

Comments
 (0)