Skip to content

Commit

Permalink
[7.6] [Logs UI] Use the correct icons and labels in the featur… (#55455)
Browse files Browse the repository at this point in the history
Backports the following commits to 7.6:
 - [Logs UI] Use the correct icons and labels in the feature cont… (#55292)
  • Loading branch information
weltenwort authored Jan 22, 2020
1 parent 5468370 commit ba743ec
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 ba743ec

Please sign in to comment.