mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 19:50:05 +01:00
12 lines
305 B
HTML
12 lines
305 B
HTML
<div class="down-table-pane">
|
|
<table class="table">
|
|
<thead>
|
|
<th>Project/Repository Name</th><th>Creation Time</th><th>Author</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> |