Merge pull request #1065 from apaatsio/clarify-system-menu
Add titles to clarify icons in system console
Этот коммит содержится в:
@@ -100,6 +100,7 @@ export default class AdminSidebar extends React.Component {
|
|||||||
className='menu-icon--right menu__close'
|
className='menu-icon--right menu__close'
|
||||||
onClick={this.removeTeam.bind(this, team.id)}
|
onClick={this.removeTeam.bind(this, team.id)}
|
||||||
style={{cursor: 'pointer'}}
|
style={{cursor: 'pointer'}}
|
||||||
|
title='Remove team from sidebar menu'
|
||||||
>
|
>
|
||||||
{'x'}
|
{'x'}
|
||||||
</span>
|
</span>
|
||||||
@@ -233,7 +234,10 @@ export default class AdminSidebar extends React.Component {
|
|||||||
href='#'
|
href='#'
|
||||||
onClick={this.showTeamSelect}
|
onClick={this.showTeamSelect}
|
||||||
>
|
>
|
||||||
<i className='fa fa-plus'></i>
|
<i
|
||||||
|
className='fa fa-plus'
|
||||||
|
title='Add team to sidebar menu'
|
||||||
|
></i>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</h4>
|
</h4>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user