File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/front/src/app/projects Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ <h4>You don't have active projects right now. Please
60
60
< th class ="col-lg-2 "> Topcoder Direct ID</ th >
61
61
< th class ="col-lg-2 "> Service Provider</ th >
62
62
< th class ="col-lg-2 " ng-show ="isAdminUser "> Owner</ th >
63
+ < th class ="col-lg-2 "> Copilot</ th >
63
64
< th class ="col-lg-3 " data-sort-ignore ="true "> </ th >
64
65
</ tr >
65
66
</ thead >
@@ -76,6 +77,7 @@ <h4>You don't have active projects right now. Please
76
77
{{repoType(project.repoUrl)}} </ a >
77
78
</ td >
78
79
< td class ="col-lg-2 " ng-show ="isAdminUser "> {{project.owner}}</ td >
80
+ < td class ="col-lg-2 "> {{project.copilot}}</ td >
79
81
< td class ="col-lg-2 ">
80
82
< button class ="btn btn-sm btn-success " ng-click ="goProject(project) ">
81
83
< strong > Manage</ strong >
You can’t perform that action at this time.
0 commit comments