Skip to content

Commit

Permalink
[APM] Removing Missing permission page (#72030)
Browse files Browse the repository at this point in the history
* removing missing permission page

* removing translations
  • Loading branch information
cauemarcondes authored Jul 16, 2020
1 parent 77d6c4e commit 22365de
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 545 deletions.
13 changes: 5 additions & 8 deletions x-pack/plugins/apm/public/application/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import {
} from '../../../../../src/plugins/kibana_react/public';
import { px, units } from '../style/variables';
import { UpdateBreadcrumbs } from '../components/app/Main/UpdateBreadcrumbs';
import { APMIndicesPermission } from '../components/app/APMIndicesPermission';
import { ScrollToTopOnPathChange } from '../components/app/Main/ScrollToTopOnPathChange';
import { routes } from '../components/app/Main/route_config';
import { history, resetHistory } from '../utils/history';
Expand All @@ -52,13 +51,11 @@ const App = () => {
<MainContainer data-test-subj="apmMainContainer" role="main">
<UpdateBreadcrumbs routes={routes} />
<Route component={ScrollToTopOnPathChange} />
<APMIndicesPermission>
<Switch>
{routes.map((route, i) => (
<ApmRoute key={i} {...route} />
))}
</Switch>
</APMIndicesPermission>
<Switch>
{routes.map((route, i) => (
<ApmRoute key={i} {...route} />
))}
</Switch>
</MainContainer>
</ThemeProvider>
);
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 22365de

Please sign in to comment.