mirror of
https://github.com/goharbor/harbor
synced 2025-04-25 22:06:03 +00:00
updates for renamed model attributes of project.
This commit is contained in:
parent
ea344ef10e
commit
881f67d1bc
@ -34,11 +34,11 @@
|
||||
<td colspan="5" height="320px" class="empty-hint" ng-if="vm.projects.length === 0"><h3 class="text-muted">// 'no_projects_add_new_project' | tr //</h3></td>
|
||||
</tr>
|
||||
<tr ng-if="vm.projects.length > 0" ng-repeat="p in vm.projects">
|
||||
<td><a href="/ng/repository#/repositories?project_id=//p.ProjectId//&is_public=//p.Public//">//p.name//</a></td>
|
||||
<td><a href="/ng/repository#/repositories?project_id=//p.project_id//&is_public=//p.public//">//p.name//</a></td>
|
||||
<td>//p.repo_count//</td>
|
||||
<td>//vm.getProjectRole(p.current_user_role_id)//</td>
|
||||
<td>//p.creation_time | dateL : 'YYYY-MM-DD HH:mm:ss'//</td>
|
||||
<td><publicity-button is-public="p.Public" owned="p.OwnerId == vm.user.UserId" project-id="p.ProjectId"></publicity-button></td>
|
||||
<td><publicity-button is-public="p.public" owned="p.OwnerId == vm.user.user_id" project-id="p.project_id"></publicity-button></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user