Skip to content

Commit

Permalink
[frontend] Missing author column in the home dashboard reports list (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBouzinFiligran committed Oct 21, 2024
1 parent 9ba379f commit 9d824f9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@ const WidgetListCoreObjects = ({
<DataTableWithoutFragment
dataColumns={{
entity_type: { percentWidth: 10 },
value: { percentWidth: 30 },
value: { percentWidth: 20 },
createdBy: { percentWidth: 15 },
date: {
id: 'date',
isSortable: false,
percentWidth: 15,
label: 'Date',
render: (({ [dateAttribute]: date }, { fsd }) => fsd(date)),
},
objectLabel: { percentWidth: 15 },
objectLabel: { percentWidth: 10 },
x_opencti_workflow_id: { percentWidth: 15 },
objectMarking: { percentWidth: 15 },
}}
Expand Down

0 comments on commit 9d824f9

Please sign in to comment.