[7.x] [Logs UI] Use the correct icons and labels in the featur… (#55454)

Backports the following commits to 7.x:
 - [Logs UI] Use the correct icons and labels in the feature cont… (#55292)
This commit is contained in:
Felix Stürmer 2020-01-22 16:49:04 +01:00 committed by GitHub
parent 8da871ad33
commit 0c6ed2aa14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],
@ -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'],