summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/components/backstage/backstage_sidebar.jsx11
-rw-r--r--webapp/root.jsx8
2 files changed, 0 insertions, 19 deletions
diff --git a/webapp/components/backstage/backstage_sidebar.jsx b/webapp/components/backstage/backstage_sidebar.jsx
index 672005333..78968262a 100644
--- a/webapp/components/backstage/backstage_sidebar.jsx
+++ b/webapp/components/backstage/backstage_sidebar.jsx
@@ -45,17 +45,6 @@ export default class BackstageSidebar extends React.Component {
<div className='backstage__sidebar'>
<ul>
<BackstageCategory
- name='team_settings'
- parentLink={`/${team.name}`}
- icon='fa-users'
- title={
- <FormattedMessage
- id='backstage.team_settings'
- defaultMessage='Team Settings'
- />
- }
- />
- <BackstageCategory
name='integrations'
parentLink={`/${team.name}`}
icon='fa-link'
diff --git a/webapp/root.jsx b/webapp/root.jsx
index 9ed78bf04..38b7a9a43 100644
--- a/webapp/root.jsx
+++ b/webapp/root.jsx
@@ -247,14 +247,6 @@ function renderRootComponent() {
path=':team/logout'
onEnter={onLoggedOut}
/>
- <Route
- path=':team/team_settings'
- components={{
- navbar: BackstageNavbar,
- sidebar: BackstageSidebar,
- center: null
- }}
- />
<Route path=':team/integrations'>
<IndexRedirect to='installed'/>
<Route