mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Change infra plugin feature name from Metrics to Infrastructure (#189432)
It looks like this was missed in previous renaming updates. This makes it clearer when managing Kibana feature privileges which features it's talking about.
This commit is contained in:
parent
ee055ba500
commit
9a7b92a272
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const metricRuleTypes = [
|
|||
export const METRICS_FEATURE = {
|
||||
id: METRICS_FEATURE_ID,
|
||||
name: i18n.translate('xpack.infra.featureRegistry.linkInfrastructureTitle', {
|
||||
defaultMessage: 'Metrics',
|
||||
defaultMessage: 'Infrastructure',
|
||||
}),
|
||||
order: 800,
|
||||
category: DEFAULT_APP_CATEGORIES.observability,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue