Skip to content

Commit

Permalink
[Logs UI] Use the correct icons and labels in the feature cont… (#55292)
Browse files Browse the repository at this point in the history
This fixes logs and metrics icons as well as the metrics label in the feature control lists which were missed during the renaming.

fixes #55283
  • Loading branch information
weltenwort authored Jan 21, 2020
1 parent 16b5fd7 commit 85edc66
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 85edc66

Please sign in to comment.