Removed Team Settings from backstage
Этот коммит содержится в:
@@ -44,17 +44,6 @@ export default class BackstageSidebar extends React.Component {
|
||||
return (
|
||||
<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}`}
|
||||
|
||||
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user