Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e82fc6c

Browse files
committed
Git access control: Show org name for github.
1 parent c9d9dad commit e82fc6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/front/src/app/git-access-control/access-control.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ <h2>Git Access Control</h2>
3232
<thead>
3333
<tr>
3434
<th class="col-lg-2" data-sort-ignore="true">Team Name</th>
35+
<th class="col-lg-2" data-sort-ignore="true">Organization</th>
3536
<th class="col-lg-2" data-sort-ignore="true">Get Link</th>
3637
<th class="col-lg-2" data-sort-ignore="true">Remove All Users</th>
3738
</tr>
3839
</thead>
3940
<tbody>
4041
<tr ng-repeat="item in tableConfig.github.items" ng-class-even="'footable-even'" ng-class-odd="'footable-odd'">
4142
<td class="col-lg-2">{{item.name}}</td>
43+
<td class="col-lg-2">{{item.organization.login}}</td>
4244
<td class="col-lg-2">
4345
<button class="btn btn-sm btn-success" ng-hide="item.gettingLink" ng-click="getSharableLink(item, 'github')">
4446
<strong>Get Link</strong>

0 commit comments

Comments
 (0)