|
|
|
@ -17,6 +17,7 @@
|
|
|
|
|
<th><input type="checkbox" ng-model="toggle" ng-change="toggleSelectAll()" /> Action</th>
|
|
|
|
|
<th>Id</th>
|
|
|
|
|
<th>Repository</th>
|
|
|
|
|
<th>VirtualSize</th>
|
|
|
|
|
<th>Created</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
@ -25,6 +26,7 @@
|
|
|
|
|
<td><input type="checkbox" ng-model="image.Checked" /></td>
|
|
|
|
|
<td><a href="#/images/{{ image.Id }}/?tag={{ image|repotag }}">{{ image.Id|truncate:20}}</a></td>
|
|
|
|
|
<td>{{ image|repotag }}</td>
|
|
|
|
|
<td>{{ image.VirtualSize|humansize }}</td>
|
|
|
|
|
<td>{{ image.Created|getdate }}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|