Skip to content

Commit

Permalink
[Cloud Posture] Findings - set small size for last column in all tabl…
Browse files Browse the repository at this point in the history
…es (#132793)
  • Loading branch information
ari-aviran authored May 24, 2022
1 parent 47de4e7 commit c3ea1b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const columns: Array<EuiTableFieldDataColumnType<CspFindingsByResource>> = [
},
{
field: 'failed_findings',
width: '150px',
truncateText: true,
name: (
<FormattedMessage
Expand All @@ -139,6 +140,7 @@ const columns: Array<EuiTableFieldDataColumnType<CspFindingsByResource>> = [
</>
</EuiToolTip>
),
dataType: 'number',
},
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export const getFindingsColumns = (): Array<EuiBasicTableColumn<CspFinding>> =>
},
{
field: '@timestamp',
width: '150px',
name: TEXT.LAST_CHECKED,
truncateText: true,
sortable: true,
Expand Down

0 comments on commit c3ea1b4

Please sign in to comment.