mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-21 06:11:45 +01:00
updates project item link.
This commit is contained in:
parent
cc2893ea9d
commit
5543f39587
@ -59,7 +59,7 @@
|
||||
<td colspan="5" height="320px" class="empty-hint" ng-if="vm.projects.length === 0"><h4 class="text-muted">// 'no_projects_add_new_project' | tr //</h4></td>
|
||||
</tr>
|
||||
<tr ng-if="vm.projects.length > 0" ng-repeat="p in vm.projects">
|
||||
<td width="20%"><a href="/repository#/repositories?project_id=//p.project_id//&is_public=//p.public//">//p.name//</a></td>
|
||||
<td width="20%"><a href="/repository#/repositories?project_id=//p.project_id//&is_public=//vm.isPublic//">//p.name//</a></td>
|
||||
<td width="15%">//p.repo_count//</td>
|
||||
<td width="15%" ng-if="vm.isPublic === 0">//vm.getProjectRole(p.current_user_role_id) | tr//</td>
|
||||
<td width="20%">//p.creation_time | dateL : 'YYYY-MM-DD HH:mm:ss'//</td>
|
||||
|
Loading…
Reference in New Issue
Block a user