Skip to content

Commit

Permalink
[Logs UI] Use the correct icons and labels in the feature cont… (elas…
Browse files Browse the repository at this point in the history
…tic#55292)

This fixes logs and metrics icons as well as the metrics label in the feature control lists which were missed during the renaming.

fixes elastic#55283
  • Loading branch information
weltenwort committed Jan 21, 2020
1 parent 6654461 commit d8ff585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/legacy/plugins/infra/server/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import { i18n } from '@kbn/i18n';
export const METRICS_FEATURE = {
id: 'infrastructure',
name: i18n.translate('xpack.infra.featureRegistry.linkInfrastructureTitle', {
defaultMessage: 'Infrastructure',
defaultMessage: 'Metrics',
}),
icon: 'infraApp',
icon: 'metricsApp',
navLinkId: 'infra:home',
app: ['infra', 'kibana'],
catalogue: ['infraops'],
Expand Down Expand Up @@ -40,7 +40,7 @@ export const LOGS_FEATURE = {
name: i18n.translate('xpack.infra.featureRegistry.linkLogsTitle', {
defaultMessage: 'Logs',
}),
icon: 'loggingApp',
icon: 'logsApp',
navLinkId: 'infra:logs',
app: ['infra', 'kibana'],
catalogue: ['infralogging'],
Expand Down

0 comments on commit d8ff585

Please sign in to comment.