[Observability] Change sortkey navigation in APM and Uptime (#102134)

* [APM] Change navigation registry sortkey

* [Uptime] Change navigation registry sortkey
This commit is contained in:
Casper Hübertz 2021-06-15 10:40:10 +02:00 committed by GitHub
parent 37728f526d
commit d9905893b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -107,7 +107,7 @@ export class ApmPlugin implements Plugin<ApmPluginSetup, ApmPluginStart> {
// APM navigation
{
label: 'APM',
sortKey: 200,
sortKey: 400,
entries: [
{ label: servicesTitle, app: 'apm', path: '/services' },
{ label: tracesTitle, app: 'apm', path: '/traces' },
@ -118,7 +118,7 @@ export class ApmPlugin implements Plugin<ApmPluginSetup, ApmPluginStart> {
// UX navigation
{
label: 'User Experience',
sortKey: 201,
sortKey: 600,
entries: [
{
label: i18n.translate('xpack.apm.ux.overview.heading', {

View file

@ -111,7 +111,7 @@ export class UptimePlugin
return [
{
label: 'Uptime',
sortKey: 200,
sortKey: 500,
entries: [
{
label: i18n.translate('xpack.uptime.overview.heading', {