Skip to content

Commit

Permalink
Add “Overiew” to main Kibana navigation
Browse files Browse the repository at this point in the history
This was removed here:

#114018

…but Product has requested that it be put back so it is visibe.
  • Loading branch information
scottybollinger committed Apr 5, 2022
1 parent 0a7ac50 commit 6a3cd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/chrome/ui/header/collapsible_nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ interface Props {
button: EuiCollapsibleNavProps['button'];
}

const overviewIDsToHide = ['kibanaOverview', 'enterpriseSearch'];
const overviewIDsToHide = ['kibanaOverview'];
const overviewIDs = [
...overviewIDsToHide,
'observability-overview',
Expand Down

0 comments on commit 6a3cd96

Please sign in to comment.