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

Commit cebdcb6

Browse files
authored
Merge pull request #333 from afrisalyp/issue-330
Add copilot in the projects list.
2 parents 3689d7f + 7c848f0 commit cebdcb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/front/src/app/projects/projects.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ <h4>You don't have active projects right now. Please
6060
<th class="col-lg-2">Topcoder Direct ID</th>
6161
<th class="col-lg-2">Service Provider</th>
6262
<th class="col-lg-2" ng-show="isAdminUser">Owner</th>
63+
<th class="col-lg-2">Copilot</th>
6364
<th class="col-lg-3" data-sort-ignore="true"></th>
6465
</tr>
6566
</thead>
@@ -76,6 +77,7 @@ <h4>You don't have active projects right now. Please
7677
{{repoType(project.repoUrl)}} </a>
7778
</td>
7879
<td class="col-lg-2" ng-show="isAdminUser">{{project.owner}}</td>
80+
<td class="col-lg-2">{{project.copilot}}</td>
7981
<td class="col-lg-2">
8082
<button class="btn btn-sm btn-success" ng-click="goProject(project)">
8183
<strong>Manage</strong>

0 commit comments

Comments
 (0)