Skip to content

Commit

Permalink
[SECURITY_SOLUTION] adjust policy onboarding view, check for Ingest p…
Browse files Browse the repository at this point in the history
…ermissions (#70536)

* adjust policy onboarding view

* correct test subj

* fix tests

* re-enable tests

* add no permissions view

* adjust onbording look

* adjust text

* use ingest hook, add tests

* adjust text

* address comments

* beta badges

* fix test

* correct timeline flyout

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
kevinlog and elasticmachine committed Jul 9, 2020
1 parent d58f52d commit 09da110
Show file tree
Hide file tree
Showing 9 changed files with 327 additions and 164 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { useState, useEffect } from 'react';
import { useRouteSpy } from '../route/use_route_spy';

const hideTimelineForRoutes = [`/cases/configure`, '/management'];
const hideTimelineForRoutes = [`/cases/configure`, '/administration'];

export const useShowTimeline = () => {
const [{ pageName, pathName }] = useRouteSpy();
Expand Down
Loading

0 comments on commit 09da110

Please sign in to comment.