Small UI improvements to the teams tab
This commit is contained in:
parent
2459b6b467
commit
6d0855f4fc
4 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
<div class="teams-manager-element">
|
||||
<span class="popup-input-button" pattern="TEAM_PATTERN" placeholder="'Team Name'"
|
||||
submitted="createTeam(value)">
|
||||
<i class="fa fa-group"></i> Create Team
|
||||
<i class="fa fa-plus" style="margin-right: 6px;"></i> Create New Team
|
||||
</span>
|
||||
<h3>Teams</h3>
|
||||
|
||||
<div class="team-listing" ng-repeat="(name, team) in organization.teams">
|
||||
<div id="team-{{name}}" class="row">
|
||||
|
|
Reference in a new issue