mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Observability] Change sortkey navigation in APM and Uptime (#102134)
* [APM] Change navigation registry sortkey * [Uptime] Change navigation registry sortkey
This commit is contained in:
parent
37728f526d
commit
d9905893b9
2 changed files with 3 additions and 3 deletions
|
@ -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', {
|
||||
|
|
|
@ -111,7 +111,7 @@ export class UptimePlugin
|
|||
return [
|
||||
{
|
||||
label: 'Uptime',
|
||||
sortKey: 200,
|
||||
sortKey: 500,
|
||||
entries: [
|
||||
{
|
||||
label: i18n.translate('xpack.uptime.overview.heading', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue