mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
8da871ad33
commit
0c6ed2aa14
1 changed files with 3 additions and 3 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue