Skip to content

Commit

Permalink
fix(ui): update display name for developer documentation jobs (#3104)
Browse files Browse the repository at this point in the history
* fix(ui): update display name for developer documentation jobs

* Update ee/tabby-ui/app/(dashboard)/(logs)/jobs/utils.ts

---------

Co-authored-by: Meng Zhang <[email protected]>
  • Loading branch information
liangfung and wsxiaoys authored Sep 9, 2024
1 parent 99661af commit feefece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/(dashboard)/(logs)/jobs/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { JobRun } from '@/lib/gql/generates/graphql'
const JOB_DISPLAY_NAME_MAPPINGS = {
scheduler_git: 'Git',
scheduler_github_gitlab: 'Github / Gitlab',
web_crawler: 'Web'
web_crawler: 'Docs'
}

export function getJobDisplayName(name: string): string {
Expand Down

0 comments on commit feefece

Please sign in to comment.