mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
26334b5111
commit
5935c4312e
5 changed files with 30 additions and 31 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue