mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update alert count table to display rules with long names (#115920)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
1bc60b0115
commit
1527535fcd
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const getAlertsCountTableColumns = (
|
|||
{
|
||||
field: 'key',
|
||||
name: selectedStackByOption,
|
||||
truncateText: true,
|
||||
truncateText: false,
|
||||
render: function DraggableStackOptionField(value: string) {
|
||||
return (
|
||||
<DefaultDraggable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue