Skip to content

Commit

Permalink
make parent nav into breadcrumb link
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed May 10, 2024
1 parent 2f463fe commit 1e440a2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const navigationTree: NavigationTreeDefinition = {
{
id: 'aiops',
title: 'AIOps',
link: 'ml:anomalyDetection',
renderAs: 'accordion',
spaceBefore: null,
children: [
Expand Down Expand Up @@ -124,6 +125,7 @@ export const navigationTree: NavigationTreeDefinition = {
title: i18n.translate('xpack.serverlessObservability.nav.applications', {
defaultMessage: 'Applications',
}),
link: 'apm:services',
renderAs: 'accordion',
children: [
{
Expand Down Expand Up @@ -156,6 +158,7 @@ export const navigationTree: NavigationTreeDefinition = {
title: i18n.translate('xpack.serverlessObservability.nav.infrastructure', {
defaultMessage: 'Infrastructure',
}),
link: 'metrics:inventory',
renderAs: 'accordion',
children: [
{
Expand Down

0 comments on commit 1e440a2

Please sign in to comment.