Skip to content

Commit

Permalink
Add Crawler title to breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
byronhulcher committed Jun 1, 2021
1 parent 5f5ef18 commit 0af45d9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ import { SetAppSearchChrome as SetPageChrome } from '../../../shared/kibana_chro

import { getEngineBreadcrumbs } from '../engine';

import { CRAWLER_TITLE } from './constants';
import { CrawlerLanding } from './crawler_landing';

export const CrawlerRouter: React.FC = () => {
return (
<Switch>
<Route>
<SetPageChrome trail={getEngineBreadcrumbs()} />
<SetPageChrome trail={getEngineBreadcrumbs([CRAWLER_TITLE])} />
<CrawlerLanding />
</Route>
</Switch>
Expand Down

0 comments on commit 0af45d9

Please sign in to comment.