Skip to content

Commit

Permalink
[DE][EQL] Remove negative correlation UI tour (elastic#162102)
Browse files Browse the repository at this point in the history
Removing tour highlighting negative rule correlation.

(cherry picked from commit ce0e6b3)
  • Loading branch information
yctercero committed Jul 18, 2023
1 parent acb55e9 commit 1cff6f3
Showing 1 changed file with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import { useInvalidateFindRulesQuery } from '../../../rule_management/api/hooks/
import { importRules } from '../../../rule_management/logic';
import { MaintenanceWindowCallout } from '../../components/maintenance_window_callout/maintenance_window_callout';
import { AllRules } from '../../components/rules_table';
import { RulesPageTourComponent } from '../../components/rules_table/alternative_tour/tour';
import { RulesTableContextProvider } from '../../components/rules_table/rules_table/rules_table_context';
import { SuperHeader } from './super_header';

Expand Down Expand Up @@ -131,17 +130,15 @@ const RulesPageComponent: React.FC = () => {
</EuiButtonEmpty>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<RulesPageTourComponent>
<SecuritySolutionLinkButton
data-test-subj="create-new-rule"
fill
iconType="plusInCircle"
isDisabled={!hasUserCRUDPermission(canUserCRUD) || loading}
deepLinkId={SecurityPageName.rulesCreate}
>
{i18n.ADD_NEW_RULE}
</SecuritySolutionLinkButton>
</RulesPageTourComponent>
<SecuritySolutionLinkButton
data-test-subj="create-new-rule"
fill
iconType="plusInCircle"
isDisabled={!hasUserCRUDPermission(canUserCRUD) || loading}
deepLinkId={SecurityPageName.rulesCreate}
>
{i18n.ADD_NEW_RULE}
</SecuritySolutionLinkButton>
</EuiFlexItem>
</EuiFlexGroup>
</SuperHeader>
Expand Down

0 comments on commit 1cff6f3

Please sign in to comment.