Use new team modal in settings view as defined in #400

This commit is contained in:
Jonas Schwabe
2017-01-16 23:51:28 +01:00
parent 14c9112f41
commit 42c8f4e2ed
3 changed files with 21 additions and 13 deletions

View File

@@ -159,6 +159,7 @@ const SettingsPage = React.createClass({
<TeamList
teams={this.state.teams}
showAddTeamForm={this.state.showAddTeamForm}
toggleAddTeamForm={this.toggleShowTeamForm}
onTeamsChange={this.handleTeamsChange}
/>
</Col>
@@ -351,6 +352,7 @@ const SettingsPage = React.createClass({
<p className='text-right'>
<a
style={settingsPage.sectionHeadingLink}
id='addNewServer'
href='#'
onClick={this.toggleShowTeamForm}
>{'⊞ Add new team'}</a>