mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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',
|
field: 'key',
|
||||||
name: selectedStackByOption,
|
name: selectedStackByOption,
|
||||||
truncateText: true,
|
truncateText: false,
|
||||||
render: function DraggableStackOptionField(value: string) {
|
render: function DraggableStackOptionField(value: string) {
|
||||||
return (
|
return (
|
||||||
<DefaultDraggable
|
<DefaultDraggable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue