Removed Team Settings from backstage
Этот коммит содержится в:
@@ -44,17 +44,6 @@ export default class BackstageSidebar extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<div className='backstage__sidebar'>
|
<div className='backstage__sidebar'>
|
||||||
<ul>
|
<ul>
|
||||||
<BackstageCategory
|
|
||||||
name='team_settings'
|
|
||||||
parentLink={`/${team.name}`}
|
|
||||||
icon='fa-users'
|
|
||||||
title={
|
|
||||||
<FormattedMessage
|
|
||||||
id='backstage.team_settings'
|
|
||||||
defaultMessage='Team Settings'
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
<BackstageCategory
|
<BackstageCategory
|
||||||
name='integrations'
|
name='integrations'
|
||||||
parentLink={`/${team.name}`}
|
parentLink={`/${team.name}`}
|
||||||
|
|||||||
@@ -247,14 +247,6 @@ function renderRootComponent() {
|
|||||||
path=':team/logout'
|
path=':team/logout'
|
||||||
onEnter={onLoggedOut}
|
onEnter={onLoggedOut}
|
||||||
/>
|
/>
|
||||||
<Route
|
|
||||||
path=':team/team_settings'
|
|
||||||
components={{
|
|
||||||
navbar: BackstageNavbar,
|
|
||||||
sidebar: BackstageSidebar,
|
|
||||||
center: null
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
<Route path=':team/integrations'>
|
<Route path=':team/integrations'>
|
||||||
<IndexRedirect to='installed'/>
|
<IndexRedirect to='installed'/>
|
||||||
<Route
|
<Route
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user