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

Add copilot in the projects list. #333

Merged
merged 1 commit into from
Jul 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/front/src/app/projects/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ <h4>You don't have active projects right now. Please
<th class="col-lg-2">Topcoder Direct ID</th>
<th class="col-lg-2">Service Provider</th>
<th class="col-lg-2" ng-show="isAdminUser">Owner</th>
<th class="col-lg-2">Copilot</th>
<th class="col-lg-3" data-sort-ignore="true"></th>
</tr>
</thead>
Expand All @@ -76,6 +77,7 @@ <h4>You don't have active projects right now. Please
{{repoType(project.repoUrl)}} </a>
</td>
<td class="col-lg-2" ng-show="isAdminUser">{{project.owner}}</td>
<td class="col-lg-2">{{project.copilot}}</td>
<td class="col-lg-2">
<button class="btn btn-sm btn-success" ng-click="goProject(project)">
<strong>Manage</strong>
Expand Down