Skip to content

Commit

Permalink
[DE][EQL] Remove negative correlation UI tour (#162102)
Browse files Browse the repository at this point in the history
Removing tour highlighting negative rule correlation.
  • Loading branch information
yctercero authored Jul 18, 2023
1 parent c842479 commit ce0e6b3
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 { useInvalidateFetchRuleManagementFiltersQuery } from '../../../rule_mana
import { useInvalidateFindRulesQuery } from '../../../rule_management/api/hooks/use_find_rules_query';
import { importRules } from '../../../rule_management/logic';
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 @@ -132,17 +131,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 ce0e6b3

Please sign in to comment.