mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution] [Detections] do not truncate filename in value list table in modal (#91952) (#92102)
This commit is contained in:
parent
a243800d55
commit
943b72019c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export const buildColumns = (
|
|||
{
|
||||
field: 'name',
|
||||
name: i18n.COLUMN_FILE_NAME,
|
||||
truncateText: true,
|
||||
truncateText: false,
|
||||
},
|
||||
{
|
||||
field: 'type',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue