From 650b64c5623b279b4a819a1256c5cbbe0c08a3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20St=C3=BCrmer?= Date: Mon, 5 Nov 2018 23:04:49 +0100 Subject: [PATCH] [6.x] [Infra UI] Rename InfraOps to Infrastructure (#25135) (#25159) Backports the following commits to 6.x: - [Infra UI] Rename InfraOps to Infrastructure (#25135) --- x-pack/plugins/apm/index.js | 3 ++- x-pack/plugins/infra/index.ts | 4 ++-- x-pack/plugins/infra/public/components/header.tsx | 2 +- x-pack/plugins/infra/public/register_feature.ts | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/x-pack/plugins/apm/index.js b/x-pack/plugins/apm/index.js index af307cf20241..da81a5bfa6ae 100644 --- a/x-pack/plugins/apm/index.js +++ b/x-pack/plugins/apm/index.js @@ -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) { diff --git a/x-pack/plugins/infra/index.ts b/x-pack/plugins/infra/index.ts index 19fe46ee976d..6a436d45a84f 100644 --- a/x-pack/plugins/infra/index.ts +++ b/x-pack/plugins/infra/index.ts @@ -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`, }, { diff --git a/x-pack/plugins/infra/public/components/header.tsx b/x-pack/plugins/infra/public/components/header.tsx index c9e93ecec721..e1136434b753 100644 --- a/x-pack/plugins/infra/public/components/header.tsx +++ b/x-pack/plugins/infra/public/components/header.tsx @@ -21,7 +21,7 @@ export class Header extends React.PureComponent { private staticBreadcrumbs = [ { href: '#/', - text: 'InfraOps', + text: 'Infrastructure', }, ]; diff --git a/x-pack/plugins/infra/public/register_feature.ts b/x-pack/plugins/infra/public/register_feature.ts index ca1260798b83..a999adc30503 100644 --- a/x-pack/plugins/infra/public/register_feature.ts +++ b/x-pack/plugins/infra/public/register_feature.ts @@ -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',