Skip to content

Commit

Permalink
[APM] Backends UI: Show "NEW" badge in the Observability solution nav…
Browse files Browse the repository at this point in the history
… for the new Backends view (#108397) (#108915)

* adding badge to obs nav

* addressing PR comments

* refacroting
# Conflicts:
#	x-pack/plugins/apm/public/plugin.ts
#	x-pack/plugins/observability/public/components/shared/page_template/nav_name_with_badge.tsx
#	x-pack/plugins/observability/public/components/shared/page_template/page_template.tsx
#	x-pack/plugins/observability/public/services/navigation_registry.ts
  • Loading branch information
cauemarcondes authored Aug 17, 2021
1 parent 5f4cfbe commit 1bab17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export class ApmPlugin implements Plugin<ApmPluginSetup, ApmPluginStart> {
entries: [
{ label: servicesTitle, app: 'apm', path: '/services' },
{ label: tracesTitle, app: 'apm', path: '/traces' },
{ label: serviceMapTitle, app: 'apm', path: '/service-map' },
{
label: backendsTitle,
app: 'apm',
Expand All @@ -144,6 +143,7 @@ export class ApmPlugin implements Plugin<ApmPluginSetup, ApmPluginStart> {
}
},
},
{ label: serviceMapTitle, app: 'apm', path: '/service-map' },
],
},

Expand Down

0 comments on commit 1bab17a

Please sign in to comment.