[Enterprise Search] rebrand ent-search Kibana nav category to Search (#161593)

## Summary

Updated the Kibana collapsible nav Enterprise Search category to Search.
Updated the App Search & Workplace Search app navLinkStatuses to
`hidden` to remove them from the Kibana nav.

### Screenshots
<img width="270" alt="image"
src="1397e701-ca87-46f2-8c15-565bc3a9202c">
This commit is contained in:
Rodney Norris 2023-07-11 13:59:46 -05:00 committed by GitHub
parent 26334b5111
commit 5935c4312e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 30 additions and 31 deletions

View file

@ -21,8 +21,8 @@ export const DEFAULT_APP_CATEGORIES: Record<string, AppCategory> = Object.freeze
},
enterpriseSearch: {
id: 'enterpriseSearch',
label: i18n.translate('core.ui.enterpriseSearchNavList.label', {
defaultMessage: 'Enterprise Search',
label: i18n.translate('core.ui.searchNavList.label', {
defaultMessage: 'Search',
}),
order: 2000,
euiIconType: 'logoEnterpriseSearch',