mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit is contained in:
parent
7f75006b98
commit
061dc37fbf
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ export function getColumns(
|
|||
defaultMessage: 'actions',
|
||||
}),
|
||||
render: item => {
|
||||
if (showLinksMenuForItem(item) === true) {
|
||||
if (showLinksMenuForItem(item, showViewSeriesLink) === true) {
|
||||
return (
|
||||
<LinksMenu
|
||||
anomaly={item}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue