kibana/src
Nathan L Smith 3f51bf5e9f
Fix advanced settings category sorting (#83394)
In the advanced settings categories, "Observability" and "Machine Learning" were using uppercase letters in their keys while everything else was using lowercase

This caused them both to show up before the rest of the options in the dropdown and in the sorting in the advanced settings UI.

Add keys for them to the get_category_name module in the advanced settings plugin and use those keys in the plugins that apply these categories.

This also makes it so i18n keys are available for these items.

Fixes #81974.
2020-11-16 09:23:28 -06:00
..
cli Upgrade Node.js to version 12 (#61587) 2020-11-12 22:00:57 +01:00
cli_keystore
cli_plugin
core Migrate /translations route to core (#83280) 2020-11-16 12:15:35 +01:00
dev [Search] Send to background UI (#81793) 2020-11-16 13:11:23 +01:00
docs
fixtures [Telemetry] [Schema] remove number type and support all es number types (#81774) 2020-10-30 04:34:20 +02:00
legacy Migrate /translations route to core (#83280) 2020-11-16 12:15:35 +01:00
optimize Upgrade to hapi version 18 (#80468) 2020-11-02 13:18:00 +01:00
plugins Fix advanced settings category sorting (#83394) 2020-11-16 09:23:28 -06:00
setup_node_env Upgrade Node.js to version 12 (#61587) 2020-11-12 22:00:57 +01:00
test_utils Consolidates Jest configuration files and scripts (#82671) 2020-11-12 16:19:56 -08:00
type_definitions
apm.js