From 6e18136c319536a0b9f38641d102b130fda91d52 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:13:10 -0400 Subject: [PATCH] [8.14] [Logs Explorer] Remove beta icon from esql link (#181660) (#181681) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Backport This will backport the following commits from `main` to `8.14`: - [[Logs Explorer] Remove beta icon from esql link (#181660)](https://github.com/elastic/kibana/pull/181660) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Marco Antonio Ghiani --- .../sub_components/selector_footer.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/x-pack/plugins/observability_solution/logs_explorer/public/components/data_source_selector/sub_components/selector_footer.tsx b/x-pack/plugins/observability_solution/logs_explorer/public/components/data_source_selector/sub_components/selector_footer.tsx index 28a5c75c6a964..6fc52f737123b 100644 --- a/x-pack/plugins/observability_solution/logs_explorer/public/components/data_source_selector/sub_components/selector_footer.tsx +++ b/x-pack/plugins/observability_solution/logs_explorer/public/components/data_source_selector/sub_components/selector_footer.tsx @@ -7,7 +7,6 @@ import React from 'react'; import { - EuiBetaBadge, EuiButton, EuiButtonEmpty, EuiFlexGroup, @@ -58,22 +57,7 @@ export const ESQLButton = (props: DiscoverEsqlUrlProps) => { return ( - ( - - )} - iconSide="right" - color="success" - size="s" - data-test-subj="esqlLink" - > + {tryEsql}