mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ML] Log rate analysis EUI table fixes (#181908)
## Summary closes https://github.com/elastic/kibana/issues/181804. Follow up to https://github.com/elastic/kibana/pull/180514
This commit is contained in:
parent
3609f882a5
commit
659f373e1f
2 changed files with 4 additions and 3 deletions
|
@ -168,12 +168,13 @@ export const LogRateAnalysisResultsTable: FC<LogRateAnalysisResultsTableProps> =
|
|||
</EuiToolTip>
|
||||
)}
|
||||
|
||||
<span title={fieldName}>{fieldName}</span>
|
||||
<span title={fieldName} className="eui-textTruncate">
|
||||
{fieldName}
|
||||
</span>
|
||||
</>
|
||||
);
|
||||
},
|
||||
sortable: true,
|
||||
truncateText: true,
|
||||
valign: 'middle',
|
||||
},
|
||||
{
|
||||
|
|
|
@ -254,7 +254,7 @@ export const LogRateAnalysisResultsGroupsTable: FC<LogRateAnalysisResultsTablePr
|
|||
return valuesBadges;
|
||||
},
|
||||
sortable: false,
|
||||
textOnly: true,
|
||||
truncateText: true,
|
||||
valign: 'top',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue