From 3c83fc5ee19b408482b215d319c6f2ac28a5899b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Efe=20G=C3=BCrkan=20YALAMAN?= Date: Thu, 5 Oct 2023 15:15:30 +0200 Subject: [PATCH] [Enterprise Search] Remove view additional integration link (#168085) ## Summary Removes link to View additional integrations on Connector Creation page. --- .../components/new_index/new_index.tsx | 12 +----------- x-pack/plugins/translations/translations/fr-FR.json | 1 - x-pack/plugins/translations/translations/ja-JP.json | 1 - x-pack/plugins/translations/translations/zh-CN.json | 1 - 4 files changed, 1 insertion(+), 14 deletions(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/new_index.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/new_index.tsx index 8e9197c8eb12a..4a213658439e4 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/new_index.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/new_index.tsx @@ -20,7 +20,6 @@ import { generateEncodedPath } from '../../../shared/encode_path_params'; import { HttpLogic } from '../../../shared/http'; import { KibanaLogic } from '../../../shared/kibana/kibana_logic'; -import { EuiLinkTo } from '../../../shared/react_router_helpers'; import { NEW_INDEX_METHOD_PATH, NEW_INDEX_SELECT_CONNECTOR_PATH } from '../../routes'; import { EnterpriseSearchContentPageTemplate } from '../layout/page_template'; import { CannotConnect } from '../search_index/components/cannot_connect'; @@ -37,7 +36,7 @@ const getAvailableMethodOptions = (productFeatures: ProductFeatures): INGESTION_ }; export const NewIndex: React.FC = () => { - const { capabilities, config, productFeatures } = useValues(KibanaLogic); + const { config, productFeatures } = useValues(KibanaLogic); const availableIngestionMethodOptions = getAvailableMethodOptions(productFeatures); const { errorConnectingMessage } = useValues(HttpLogic); @@ -91,15 +90,6 @@ export const NewIndex: React.FC = () => { ))} - {capabilities.navLinks.integrations && ( - - - {i18n.translate('xpack.enterpriseSearch.content.newIndex.viewIntegrationsLink', { - defaultMessage: 'View additional integrations', - })} - - - )} diff --git a/x-pack/plugins/translations/translations/fr-FR.json b/x-pack/plugins/translations/translations/fr-FR.json index bd5ad0d1ce2c8..c80516e7ddff8 100644 --- a/x-pack/plugins/translations/translations/fr-FR.json +++ b/x-pack/plugins/translations/translations/fr-FR.json @@ -13656,7 +13656,6 @@ "xpack.enterpriseSearch.content.newIndex.types.crawler": "Robot d'indexation", "xpack.enterpriseSearch.content.newIndex.types.elasticsearch": "Index Elasticsearch", "xpack.enterpriseSearch.content.newIndex.types.json": "JSON", - "xpack.enterpriseSearch.content.newIndex.viewIntegrationsLink": "Afficher des intégrations supplémentaires", "xpack.enterpriseSearch.content.overview.documementExample.generateApiKeyButton.createNew": "Créer une clé d’API", "xpack.enterpriseSearch.content.overview.documementExample.generateApiKeyButton.viewAll": "Afficher toutes les clés d’API", "xpack.enterpriseSearch.content.overview.documentExample.clientLibraries.dotnet": ".NET", diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/plugins/translations/translations/ja-JP.json index eb870ef9bd038..4749d310b7335 100644 --- a/x-pack/plugins/translations/translations/ja-JP.json +++ b/x-pack/plugins/translations/translations/ja-JP.json @@ -13670,7 +13670,6 @@ "xpack.enterpriseSearch.content.newIndex.types.crawler": "Webクローラー", "xpack.enterpriseSearch.content.newIndex.types.elasticsearch": "Elasticsearchインデックス", "xpack.enterpriseSearch.content.newIndex.types.json": "JSON", - "xpack.enterpriseSearch.content.newIndex.viewIntegrationsLink": "追加の統合を表示", "xpack.enterpriseSearch.content.overview.documementExample.generateApiKeyButton.createNew": "新しいAPIキーを作成", "xpack.enterpriseSearch.content.overview.documementExample.generateApiKeyButton.viewAll": "すべてのAPIキーを表示", "xpack.enterpriseSearch.content.overview.documentExample.clientLibraries.dotnet": ".NET", diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/plugins/translations/translations/zh-CN.json index 9eceb1243308f..b46199b6b8919 100644 --- a/x-pack/plugins/translations/translations/zh-CN.json +++ b/x-pack/plugins/translations/translations/zh-CN.json @@ -13670,7 +13670,6 @@ "xpack.enterpriseSearch.content.newIndex.types.crawler": "网络爬虫", "xpack.enterpriseSearch.content.newIndex.types.elasticsearch": "Elasticsearch 索引", "xpack.enterpriseSearch.content.newIndex.types.json": "JSON", - "xpack.enterpriseSearch.content.newIndex.viewIntegrationsLink": "查看其他集成", "xpack.enterpriseSearch.content.overview.documementExample.generateApiKeyButton.createNew": "创建新 API 密钥", "xpack.enterpriseSearch.content.overview.documementExample.generateApiKeyButton.viewAll": "查看所有 API 密钥", "xpack.enterpriseSearch.content.overview.documentExample.clientLibraries.dotnet": ".NET",