From fae053119874395c65b9633509d68046b5650773 Mon Sep 17 00:00:00 2001 From: Riya Saxena Date: Mon, 24 Jun 2024 12:04:46 -0700 Subject: [PATCH] Alerts in Correlations Experimental Signed-off-by: Riya Saxena --- public/pages/Alerts/containers/Alerts/Alerts.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/pages/Alerts/containers/Alerts/Alerts.tsx b/public/pages/Alerts/containers/Alerts/Alerts.tsx index 7137a55d..1b0915b8 100644 --- a/public/pages/Alerts/containers/Alerts/Alerts.tsx +++ b/public/pages/Alerts/containers/Alerts/Alerts.tsx @@ -20,6 +20,7 @@ import { EuiTableSelectionType, EuiTabs, EuiTab, + EuiIcon, } from '@elastic/eui'; import { FieldValueSelectionFilterConfigType } from '@elastic/eui/src/components/search_bar/filters/field_value_selection_filter'; import dateMath from '@elastic/datemath'; @@ -899,7 +900,12 @@ export class Alerts extends Component { Findings this.setState({ tab: 'correlations' })} isSelected={this.state.tab === 'correlations'}> - Correlations + +
+ Correlations + +
+
{this.state.tab === 'findings' && (