mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* Integrations back in menu, icons for app search cards * title case Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Dave Snider <dave.snider@gmail.com>
This commit is contained in:
parent
1c55a2dc1b
commit
7d8cbb3152
2 changed files with 5 additions and 7 deletions
|
@ -113,8 +113,6 @@ export function CollapsibleNav({
|
|||
(link) =>
|
||||
// Filterting out hidden links,
|
||||
!link.hidden &&
|
||||
// integrations link in favor of a specific Add Data button at the bottom,
|
||||
link.id !== 'integrations' &&
|
||||
// and non-data overview pages
|
||||
!overviewIDsToHide.includes(link.id)
|
||||
),
|
||||
|
|
|
@ -305,12 +305,12 @@ export const registerEnterpriseSearchIntegrations = (
|
|||
customIntegrations.registerCustomIntegration({
|
||||
id: 'app_search_web_crawler',
|
||||
title: i18n.translate('xpack.enterpriseSearch.appSearch.integrations.webCrawlerName', {
|
||||
defaultMessage: 'Web Crawler',
|
||||
defaultMessage: 'Web site crawler',
|
||||
}),
|
||||
description: i18n.translate(
|
||||
'xpack.enterpriseSearch.appSearch.integrations.webCrawlerDescription',
|
||||
{
|
||||
defaultMessage: "Add search to your website with App Search's web crawler.",
|
||||
defaultMessage: 'Add search to your website with the App Search web crawler.',
|
||||
}
|
||||
),
|
||||
categories: ['website_search'],
|
||||
|
@ -318,7 +318,7 @@ export const registerEnterpriseSearchIntegrations = (
|
|||
icons: [
|
||||
{
|
||||
type: 'eui',
|
||||
src: 'globe',
|
||||
src: 'logoAppSearch',
|
||||
},
|
||||
],
|
||||
shipper: 'enterprise_search',
|
||||
|
@ -338,7 +338,7 @@ export const registerEnterpriseSearchIntegrations = (
|
|||
icons: [
|
||||
{
|
||||
type: 'eui',
|
||||
src: 'exportAction',
|
||||
src: 'logoAppSearch',
|
||||
},
|
||||
],
|
||||
shipper: 'enterprise_search',
|
||||
|
@ -358,7 +358,7 @@ export const registerEnterpriseSearchIntegrations = (
|
|||
icons: [
|
||||
{
|
||||
type: 'eui',
|
||||
src: 'editorCodeBlock',
|
||||
src: 'logoAppSearch',
|
||||
},
|
||||
],
|
||||
shipper: 'enterprise_search',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue