Skip to content

Commit

Permalink
⚡modify
Browse files Browse the repository at this point in the history
  • Loading branch information
stelin committed Sep 10, 2023
1 parent 3e0d263 commit 488d40f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/i18n/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export default {
stopTitle: 'Are you sure to stop job instance',
},
task:{
name1: "The",
name1: "The ",
name2: "th execution",
taskName: 'Name',
title: 'Task Information',
Expand Down
8 changes: 4 additions & 4 deletions src/views/job/job/drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -714,10 +714,10 @@ const state = reactive({
value: 'kettle',
label: 'kettle',
},
{
value: 'http',
label: 'http',
}
// {
// value: 'http',
// label: 'http',
// }
],
executeType: [
{
Expand Down

1 comment on commit 488d40f

@vercel
Copy link

@vercel vercel bot commented on 488d40f Sep 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

openjob-ui – ./

openjob-ui-git-main-openjob.vercel.app
openjob-ui.vercel.app
openjob-ui-openjob.vercel.app

Please sign in to comment.