diff --git a/ui/src/pageLayout/components/NavMenuItem.tsx b/ui/src/pageLayout/components/NavMenuItem.tsx index e4fb76851c..0d4b25d32d 100644 --- a/ui/src/pageLayout/components/NavMenuItem.tsx +++ b/ui/src/pageLayout/components/NavMenuItem.tsx @@ -4,10 +4,6 @@ import {Link} from 'react-router' import classnames from 'classnames' import {get} from 'lodash' -// Components -import NavMenuSubItem from 'src/pageLayout/components/NavMenuSubItem' -import {Select} from 'src/clockface' - // Types import {IconFont} from 'src/clockface' @@ -43,7 +39,7 @@ const NavMenuItem: SFC = ({ {title} - + {children} ) diff --git a/ui/src/pageLayout/containers/Nav.tsx b/ui/src/pageLayout/containers/Nav.tsx index 409ad84ac8..b5895f26c6 100644 --- a/ui/src/pageLayout/containers/Nav.tsx +++ b/ui/src/pageLayout/containers/Nav.tsx @@ -12,6 +12,7 @@ import {AppState} from 'src/types' import {IconFont} from 'src/clockface' import {ErrorHandling} from 'src/shared/decorators/errors' +import CloudExclude from 'src/shared/components/cloud/CloudExclude' interface OwnProps { isHidden: boolean @@ -80,30 +81,32 @@ class SideNav extends PureComponent { location={location.pathname} highlightPaths={['configuration']} > - - - - + + + + + +