mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fixes https://github.com/elastic/kibana/issues/32052
This commit is contained in:
parent
728e5172d6
commit
476d02cc4b
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ export const uptime = (kibana: any) =>
|
|||
}),
|
||||
icon: 'plugins/uptime/icons/heartbeat_white.svg',
|
||||
euiIconType: 'uptimeApp',
|
||||
title: 'Uptime',
|
||||
title: i18n.translate('xpack.uptime.uptimeFeatureCatalogueTitle', {
|
||||
defaultMessage: 'Uptime',
|
||||
}),
|
||||
main: 'plugins/uptime/app',
|
||||
order: 8900,
|
||||
url: '/app/uptime#/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue