summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-28 15:26:53 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 15:18:48 -0400
commitf9deb399a94c0d8bc6c87811a82cf8e6c7d5a94f (patch)
tree1c12e7ee2e79d84e0d2eba95ea10df57663ecf3c /webapp
parentaa684f0b8b81aa576997dd26fb077882651830fc (diff)
downloadchat-f9deb399a94c0d8bc6c87811a82cf8e6c7d5a94f.tar.gz
chat-f9deb399a94c0d8bc6c87811a82cf8e6c7d5a94f.tar.bz2
chat-f9deb399a94c0d8bc6c87811a82cf8e6c7d5a94f.zip
Removed Team Settings from backstage
Diffstat (limited to 'webapp')
-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