mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Backports the following commits to 6.x: - [Infra UI] Rename InfraOps to Infrastructure (#25135)
This commit is contained in:
parent
4f4f88b0a1
commit
650b64c562
4 changed files with 6 additions and 5 deletions
|
@ -24,7 +24,8 @@ export function apm(kibana) {
|
|||
description: 'APM for the Elastic Stack',
|
||||
main: 'plugins/apm/index',
|
||||
icon: 'plugins/apm/icon.svg',
|
||||
euiIconType: 'apmApp'
|
||||
euiIconType: 'apmApp',
|
||||
order: 8100
|
||||
},
|
||||
home: ['plugins/apm/register_feature'],
|
||||
injectDefaultVars(server) {
|
||||
|
|
|
@ -22,7 +22,7 @@ export function infra(kibana: any) {
|
|||
description: 'Explore your infrastructure',
|
||||
icon: 'plugins/infra/images/infra_mono_white.svg',
|
||||
main: 'plugins/infra/app',
|
||||
title: 'InfraOps',
|
||||
title: 'Infrastructure',
|
||||
listed: false,
|
||||
url: `/app/${APP_ID}#/home`,
|
||||
},
|
||||
|
@ -34,7 +34,7 @@ export function infra(kibana: any) {
|
|||
euiIconType: 'infraApp',
|
||||
id: 'infra:home',
|
||||
order: 8000,
|
||||
title: 'Infra Ops',
|
||||
title: 'Infrastructure',
|
||||
url: `/app/${APP_ID}#/home`,
|
||||
},
|
||||
{
|
||||
|
|
|
@ -21,7 +21,7 @@ export class Header extends React.PureComponent<HeaderProps> {
|
|||
private staticBreadcrumbs = [
|
||||
{
|
||||
href: '#/',
|
||||
text: 'InfraOps',
|
||||
text: 'Infrastructure',
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ const APP_ID = 'infra';
|
|||
|
||||
FeatureCatalogueRegistryProvider.register(() => ({
|
||||
id: 'infraops',
|
||||
title: 'InfraOps',
|
||||
title: 'Infrastructure',
|
||||
description:
|
||||
'Explore infrastructure metrics and logs for common servers, containers, and services.',
|
||||
icon: 'infraApp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue