Skip to content

Commit

Permalink
Fix create rules deepLink
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed May 17, 2022
1 parent d5a2d89 commit 679ac04
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions x-pack/plugins/security_solution/public/management/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,16 @@ export const links: LinkItem = {
}),
],
globalSearchEnabled: true,
},
{
id: SecurityPageName.rulesCreate,
title: CREATE_NEW_RULE,
path: RULES_CREATE_PATH,
globalNavEnabled: false,
skipUrlState: true,
hideTimeline: true,
links: [
{
id: SecurityPageName.rulesCreate,
title: CREATE_NEW_RULE,
path: RULES_CREATE_PATH,
globalNavEnabled: false,
skipUrlState: true,
hideTimeline: true,
},
],
},
{
id: SecurityPageName.exceptions,
Expand Down

0 comments on commit 679ac04

Please sign in to comment.