Skip to content

Commit

Permalink
Move kubernetes link to dashboard in new security nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizhou Wang committed Jun 2, 2022
1 parent be3c3b5 commit 3233130
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const dashboardsLandingLinks: LinkItem = {
defaultMessage: 'Dashboards',
}),
],
links: [overviewLinks, detectionResponseLinks],
links: [overviewLinks, detectionResponseLinks, kubernetesLinks],
skipUrlState: true,
hideTimeline: true,
};
Expand All @@ -47,7 +47,7 @@ export const threatHuntingLandingLinks: LinkItem = {
defaultMessage: 'Explore',
}),
],
links: [hostsLinks, networkLinks, usersLinks, kubernetesLinks],
links: [hostsLinks, networkLinks, usersLinks],
skipUrlState: true,
hideTimeline: true,
};

0 comments on commit 3233130

Please sign in to comment.