File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/front/src/app/git-access-control Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,15 @@ <h2>Git Access Control</h2>
32
32
< thead >
33
33
< tr >
34
34
< th class ="col-lg-2 " data-sort-ignore ="true "> Team Name</ th >
35
+ < th class ="col-lg-2 " data-sort-ignore ="true "> Organization</ th >
35
36
< th class ="col-lg-2 " data-sort-ignore ="true "> Get Link</ th >
36
37
< th class ="col-lg-2 " data-sort-ignore ="true "> Remove All Users</ th >
37
38
</ tr >
38
39
</ thead >
39
40
< tbody >
40
41
< tr ng-repeat ="item in tableConfig.github.items " ng-class-even ="'footable-even' " ng-class-odd ="'footable-odd' ">
41
42
< td class ="col-lg-2 "> {{item.name}}</ td >
43
+ < td class ="col-lg-2 "> {{item.organization.login}}</ td >
42
44
< td class ="col-lg-2 ">
43
45
< button class ="btn btn-sm btn-success " ng-hide ="item.gettingLink " ng-click ="getSharableLink(item, 'github') ">
44
46
< strong > Get Link</ strong >
You can’t perform that action at this time.
0 commit comments