From eb4dcc72407118c6a5d503c703543028dc5a3683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20St=C3=BCrmer?= Date: Mon, 17 Aug 2020 15:15:11 +0200 Subject: [PATCH] [7.9] [Logs UI] Partial backport: Remove apollo deps from log link-to routes (#75140) Partially backports the following commits to 7.x: - [Logs UI] Remove apollo deps from log link-to routes (#74502) This backport only includes the route fix for #74916 to make it available in 7.9.x. --- x-pack/plugins/infra/public/pages/link_to/link_to_logs.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/infra/public/pages/link_to/link_to_logs.tsx b/x-pack/plugins/infra/public/pages/link_to/link_to_logs.tsx index 7a77b1525aea3..68adca83ac903 100644 --- a/x-pack/plugins/infra/public/pages/link_to/link_to_logs.tsx +++ b/x-pack/plugins/infra/public/pages/link_to/link_to_logs.tsx @@ -27,6 +27,7 @@ export const LinkToLogsPage: React.FC = (props) => { path={`${props.match.url}/:sourceId?/:nodeType(${ITEM_TYPES})-logs/:nodeId`} component={RedirectToNodeLogs} /> +