From 643ad90ccb2a736efa76e70eab5931ad57bfd70a Mon Sep 17 00:00:00 2001 From: Kevin Qualters Date: Tue, 25 Apr 2023 14:32:08 +0000 Subject: [PATCH] Use new timeline with arrow icon --- .../components/markdown_editor/plugins/insight/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x-pack/plugins/security_solution/public/common/components/markdown_editor/plugins/insight/index.tsx b/x-pack/plugins/security_solution/public/common/components/markdown_editor/plugins/insight/index.tsx index 42fe0929a7aff..37047f197fc57 100644 --- a/x-pack/plugins/security_solution/public/common/components/markdown_editor/plugins/insight/index.tsx +++ b/x-pack/plugins/security_solution/public/common/components/markdown_editor/plugins/insight/index.tsx @@ -223,7 +223,7 @@ const InsightComponent = ({ keepDataView={true} data-test-subj="insight-investigate-in-timeline-button" > - + {` ${label} (${numeral(totalCount).format(resultFormat)})`}
{description}
@@ -484,10 +484,10 @@ const exampleInsight = `${insightPrefix} }}`; export const plugin = { - name: 'insights', + name: 'investigate', button: { - label: 'Insights', - iconType: 'aggregate', + label: 'Investigate in timeline', + iconType: 'timelineArrow', }, helpText: (