Skip to content

Commit

Permalink
Reintroduce unambigious link-to logs route
Browse files Browse the repository at this point in the history
This was removed in a non-backwards-compatible way in #61162.
  • Loading branch information
weltenwort committed Aug 11, 2020
1 parent 0f4f9a8 commit c2b6a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/infra/public/pages/link_to/link_to_logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const LinkToLogsPage: React.FC<LinkToPageProps> = (props) => {
path={`${props.match.url}/:sourceId?/:nodeType(${ITEM_TYPES})-logs/:nodeId`}
component={RedirectToNodeLogs}
/>
<Route path={`${props.match.url}/:sourceId?/logs`} component={RedirectToLogs} />
<Route path={`${props.match.url}/:sourceId?`} component={RedirectToLogs} />
<Redirect to="/" />
</Switch>
Expand Down

0 comments on commit c2b6a1c

Please sign in to comment.