Skip to content

Commit

Permalink
[ML] Show view series link in anomalies table for machine_learning_us…
Browse files Browse the repository at this point in the history
…er role (elastic#59549)
  • Loading branch information
darnautov committed Mar 6, 2020
1 parent 9ed7800 commit 700dfe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export function getColumns(
defaultMessage: 'actions',
}),
render: item => {
if (showLinksMenuForItem(item) === true) {
if (showLinksMenuForItem(item, showViewSeriesLink) === true) {
return (
<LinksMenu
anomaly={item}
Expand Down

0 comments on commit 700dfe3

Please sign in to comment.