Skip to content

Commit

Permalink
[Index Management] Revert truncateText:true on the components columns…
Browse files Browse the repository at this point in the history
… in the index templates list
  • Loading branch information
yuliacech committed Jan 26, 2024
1 parent d2fb06a commit 8553351
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const TemplateTable: React.FunctionComponent<Props> = ({
name: i18n.translate('xpack.idxMgmt.templateList.table.componentsColumnTitle', {
defaultMessage: 'Components',
}),
truncateText: true,
sortable: true,
width: '20%',
render: (composedOf: string[] = []) => <span>{composedOf.join(', ')}</span>,
Expand Down

0 comments on commit 8553351

Please sign in to comment.