Skip to content

Commit

Permalink
Alerts in Correlations Experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Jun 24, 2024
1 parent fa9c6ef commit fae0531
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/pages/Alerts/containers/Alerts/Alerts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -899,7 +900,12 @@ export class Alerts extends Component<AlertsProps, AlertsState> {
Findings
</EuiTab>
<EuiTab onClick={() => this.setState({ tab: 'correlations' })} isSelected={this.state.tab === 'correlations'}>
Correlations
<EuiToolTip content="This object was created using an experimental feature. It may not appear in view if the feature is discontinued.">
<div style={{ display: 'flex', alignItems: 'center' }}>
<span style={{ marginRight: '4px' }}>Correlations</span>
<EuiIcon type="beaker" />
</div>
</EuiToolTip>
</EuiTab>
</EuiTabs>
{this.state.tab === 'findings' && (
Expand Down

0 comments on commit fae0531

Please sign in to comment.