Skip to content

Commit

Permalink
Add width for remediation_steps
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiadlovskii committed Nov 13, 2024
1 parent 139bf38 commit 42ecedb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ const customColumnRenderers = (permissions: Immutable.List<string>): ColumnRende
},
remediation_steps: {
renderCell: (_, event: Event) => <RemediationStepRenderer eventDefinitionId={event.event_definition_id} />,
width: 0.3,
},
timerange_start: {
renderCell: (_, event: Event) => <TimeRangeRenderer eventData={event} />,
Expand Down

0 comments on commit 42ecedb

Please sign in to comment.