Add ability to add repository permissions to an existing team
This commit is contained in:
parent
6ebb417923
commit
b5efc57655
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@
|
|||
<span class="cor-option" option-click="viewTeam(team.name)">
|
||||
<i class="fa fa-user"></i> Manage Team Members
|
||||
</span>
|
||||
<span class="cor-option" option-click="addRepoPermissions(team.name)">
|
||||
<i class="fa fa-hdd-o"></i> Add Repository Permissions
|
||||
</span>
|
||||
<span class="cor-option" option-click="askDeleteTeam(team.name)">
|
||||
<i class="fa fa-times"></i> Delete Team {{ team.name }}
|
||||
</span>
|
||||
|
|
Reference in a new issue