From 769bae7de6bfca37420f3e4f39d8b58bc289c1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20St=C3=BCrmer?= Date: Tue, 6 Nov 2018 10:52:04 +0100 Subject: [PATCH] [Infra UI] Rename InfraOps to Infrastructure (#25135) (#25160) --- 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 af307cf202415..da81a5bfa6aee 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 19fe46ee976d8..6a436d45a84f4 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 c9e93ecec7219..e1136434b7536 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 ca1260798b83c..a999adc30503a 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',