Skip to content

Commit

Permalink
[8.9] [DE][EQL] Remove negative correlation UI tour (elastic#162102) (e…
Browse files Browse the repository at this point in the history
…lastic#162103)

# Backport

This will backport the following commits from `main` to `8.9`:
- [[DE][EQL] Remove negative correlation UI tour
(elastic#162102)](elastic#162102)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Yara
Tercero","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-07-18T03:20:45Z","message":"[DE][EQL]
Remove negative correlation UI tour (elastic#162102)\n\nRemoving tour
highlighting negative rule
correlation.","sha":"ce0e6b3497abc1d1d4e11e86736a2c893ef87d0a","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detections
and Resp","Feature:Detection Alerts","v8.9.0","Team:Detection
Engine","v8.10.0","v8.9.1"],"number":162102,"url":"https://github.com/elastic/kibana/pull/162102","mergeCommit":{"message":"[DE][EQL]
Remove negative correlation UI tour (elastic#162102)\n\nRemoving tour
highlighting negative rule
correlation.","sha":"ce0e6b3497abc1d1d4e11e86736a2c893ef87d0a"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/162102","number":162102,"mergeCommit":{"message":"[DE][EQL]
Remove negative correlation UI tour (elastic#162102)\n\nRemoving tour
highlighting negative rule
correlation.","sha":"ce0e6b3497abc1d1d4e11e86736a2c893ef87d0a"}}]}]
BACKPORT-->

Co-authored-by: Yara Tercero <[email protected]>
  • Loading branch information
kibanamachine and yctercero authored Jul 18, 2023
1 parent acb55e9 commit eca361c
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 eca361c

Please sign in to comment.