[6.x] [Infra UI] Rename InfraOps to Infrastructure (#25135) (#25159)

Backports the following commits to 6.x:
 - [Infra UI] Rename InfraOps to Infrastructure  (#25135)
This commit is contained in:
Felix Stürmer 2018-11-05 23:04:49 +01:00 committed by GitHub
parent 4f4f88b0a1
commit 650b64c562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -24,7 +24,8 @@ export function apm(kibana) {
description: 'APM for the Elastic Stack', description: 'APM for the Elastic Stack',
main: 'plugins/apm/index', main: 'plugins/apm/index',
icon: 'plugins/apm/icon.svg', icon: 'plugins/apm/icon.svg',
euiIconType: 'apmApp' euiIconType: 'apmApp',
order: 8100
}, },
home: ['plugins/apm/register_feature'], home: ['plugins/apm/register_feature'],
injectDefaultVars(server) { injectDefaultVars(server) {

View file

@ -22,7 +22,7 @@ export function infra(kibana: any) {
description: 'Explore your infrastructure', description: 'Explore your infrastructure',
icon: 'plugins/infra/images/infra_mono_white.svg', icon: 'plugins/infra/images/infra_mono_white.svg',
main: 'plugins/infra/app', main: 'plugins/infra/app',
title: 'InfraOps', title: 'Infrastructure',
listed: false, listed: false,
url: `/app/${APP_ID}#/home`, url: `/app/${APP_ID}#/home`,
}, },
@ -34,7 +34,7 @@ export function infra(kibana: any) {
euiIconType: 'infraApp', euiIconType: 'infraApp',
id: 'infra:home', id: 'infra:home',
order: 8000, order: 8000,
title: 'Infra Ops', title: 'Infrastructure',
url: `/app/${APP_ID}#/home`, url: `/app/${APP_ID}#/home`,
}, },
{ {

View file

@ -21,7 +21,7 @@ export class Header extends React.PureComponent<HeaderProps> {
private staticBreadcrumbs = [ private staticBreadcrumbs = [
{ {
href: '#/', href: '#/',
text: 'InfraOps', text: 'Infrastructure',
}, },
]; ];

View file

@ -13,7 +13,7 @@ const APP_ID = 'infra';
FeatureCatalogueRegistryProvider.register(() => ({ FeatureCatalogueRegistryProvider.register(() => ({
id: 'infraops', id: 'infraops',
title: 'InfraOps', title: 'Infrastructure',
description: description:
'Explore infrastructure metrics and logs for common servers, containers, and services.', 'Explore infrastructure metrics and logs for common servers, containers, and services.',
icon: 'infraApp', icon: 'infraApp',