Skip to content

Commit

Permalink
fix cronjob link kind (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman authored Jan 24, 2025
1 parent 47f799d commit 1317834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/components/component/info/CronJob.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function CronJobJobs({
onRowClick={(_e, { original }: Row<CronJobJobFragment>) => {
const jobPath = getResourceDetailsAbsPath(
cluster?.id,
Kind.CronJob,
Kind.Job,
original?.metadata.name,
namespace
)
Expand Down

0 comments on commit 1317834

Please sign in to comment.