From 0f34a64b6d26406e4dcc3e24435b59fd827bb5ea Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:18:48 +1100 Subject: [PATCH] [8.x] [Profiling UI] Remove redundant page separator (#206004) (#206136) # Backport This will backport the following commits from `main` to `8.x`: - [[Profiling UI] Remove redundant page separator (#206004)](https://github.com/elastic/kibana/pull/206004) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Milosz Marcinkowski <38698566+miloszmarcinkowski@users.noreply.github.com> --- .../public/components/profiling_app_page_template/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/solutions/observability/plugins/profiling/public/components/profiling_app_page_template/index.tsx b/x-pack/solutions/observability/plugins/profiling/public/components/profiling_app_page_template/index.tsx index f3f8e794bad83..e7b9b53dd49c9 100644 --- a/x-pack/solutions/observability/plugins/profiling/public/components/profiling_app_page_template/index.tsx +++ b/x-pack/solutions/observability/plugins/profiling/public/components/profiling_app_page_template/index.tsx @@ -12,7 +12,6 @@ import { EuiCallOut, EuiFlexGroup, EuiFlexItem, - EuiHorizontalRule, EuiPanel, } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; @@ -116,7 +115,6 @@ export function ProfilingAppPageTemplate({ - )}