Skip to content

Commit

Permalink
remove experimental banner from correlations Alert
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Dec 3, 2024
1 parent 824a9fe commit c83c401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 3 additions & 6 deletions public/pages/Alerts/containers/Alerts/Alerts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1064,12 +1064,9 @@ export class Alerts extends Component<AlertsProps, AlertsState> {
{
id: 'correlations',
name: (
<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>
<div style={{ display: 'flex', alignItems: 'center' }}>
<span style={{ marginRight: '4px' }}>Correlations</span>
</div>
),
content: (
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ import {
parseNotificationChannelsToOptions,
} from '../../CreateDetector/components/ConfigureAlerts/utils/helpers';
import { NotificationsCallOut } from '../../../../public/components/NotificationsCallOut';
import { ExperimentalBanner } from '../components/ExperimentalBanner';
import uuid from 'uuid';
import { PageHeader } from '../../../components/PageHeader/PageHeader';

Expand Down Expand Up @@ -1003,7 +1002,6 @@ export const CreateCorrelationRule: React.FC<CreateCorrelationRuleProps> = (
</ContentPanel>
<EuiSpacer size="l" />
<ContentPanel panelStyles={{ paddingLeft: 10, paddingRight: 10 }} hideHeaderBorder>
<ExperimentalBanner />
<EuiText size="s">
<h2>Alert Trigger </h2>
</EuiText>
Expand Down

0 comments on commit c83c401

Please sign in to comment.