From b91b8717084c6a044a663d6e91e04408f3312924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Gonz=C3=A1lez?= Date: Fri, 14 Feb 2025 12:29:46 +0100 Subject: [PATCH] Popover info added --- .../connector_description_popover.tsx | 60 +++++++++++++------ 1 file changed, 41 insertions(+), 19 deletions(-) diff --git a/x-pack/solutions/search/plugins/enterprise_search/public/applications/enterprise_search_content/components/connectors/create_connector/components/connector_description_popover.tsx b/x-pack/solutions/search/plugins/enterprise_search/public/applications/enterprise_search_content/components/connectors/create_connector/components/connector_description_popover.tsx index 1bb5d4a9170cb..75a837459b67e 100644 --- a/x-pack/solutions/search/plugins/enterprise_search/public/applications/enterprise_search_content/components/connectors/create_connector/components/connector_description_popover.tsx +++ b/x-pack/solutions/search/plugins/enterprise_search/public/applications/enterprise_search_content/components/connectors/create_connector/components/connector_description_popover.tsx @@ -128,28 +128,50 @@ export const ConnectorDescriptionPopover: React.FC - {((isNative && !isAgentlessEnabled) || showIsOnlySelfManaged) && ( + {((isNative && !isAgentlessEnabled) || showIsOnlySelfManaged) && + !isElasticManagedDiscontinued && ( + <> + + + + + + + + )} + {isElasticManagedDiscontinued && ( <> )} - {isNative && !isAgentlessEnabled && ( + {isNative && !isAgentlessEnabled && !isElasticManagedDiscontinued && ( <>