Skip to content

Commit

Permalink
Show all Job fields
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Feb 11, 2024
1 parent 03fb813 commit aec162a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions ui/src/jobs/JobShow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const JobShow = (props: any) => (
<JsonField
source="processors"
reactJsonOptions={{
// Props passed to react-json-view
name: null,
collapsed: false,
enableClipboard: false,
Expand All @@ -109,17 +108,25 @@ const JobShow = (props: any) => (
<JsonField
source="tags"
reactJsonOptions={{
// Props passed to react-json-view
name: null,
collapsed: false,
enableClipboard: false,
displayDataTypes: false,
}}
/>
<JsonField
source="metadata"
reactJsonOptions={{
name: null,
collapsed: false,
enableClipboard: true,
displayDataTypes: false,
}}
/>
<TextField source="executor" />
<JsonField
source="executor_config"
reactJsonOptions={{
// Props passed to react-json-view
name: null,
collapsed: false,
enableClipboard: false,
Expand Down

0 comments on commit aec162a

Please sign in to comment.