mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 03:30:51 +01:00
12 lines
338 B
HTML
12 lines
338 B
HTML
<div class="down-table-pane">
|
|
<table class="table">
|
|
<thead>
|
|
<th>// 'project_repo_name' | tr //</th><th>// 'creation_time' | tr //</th><th>// 'author' | tr //</th>
|
|
</thead>
|
|
<tbody>
|
|
<tr ng-repeat="s in vm.searchResult">
|
|
<td>//s.repository_name//</td><td>N/A</td><td>N/A</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div> |