Skip to content

Commit

Permalink
[Infra UI] Rename InfraOps to Infrastructure (elastic#25135)
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Nov 5, 2018
1 parent 6427e1e commit 95dac10
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion x-pack/plugins/apm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 2 additions & 2 deletions x-pack/plugins/infra/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
},
Expand All @@ -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`,
},
{
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/infra/public/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class Header extends React.PureComponent<HeaderProps> {
private staticBreadcrumbs = [
{
href: '#/',
text: 'InfraOps',
text: 'Infrastructure',
},
];

Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/infra/public/register_feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 95dac10

Please sign in to comment.