feat(ui): image tabblad sorteren toegevoegd
This commit is contained in:
+20
-5
@@ -163,11 +163,26 @@
|
||||
<th style="width:30px;">
|
||||
<input type="checkbox" id="imagesSelectAll" onclick="toggleSelectAllImages(this)">
|
||||
</th>
|
||||
<th>Repo / Tag</th>
|
||||
<th>ID</th>
|
||||
<th>Size</th>
|
||||
<th>Created</th>
|
||||
<th>Containers</th>
|
||||
<th class="sortable" onclick="sortImages('repo')">
|
||||
Repo / Tag <span class="sort-indicator" id="sort-repo"></span>
|
||||
</th>
|
||||
|
||||
<th class="sortable" onclick="sortImages('id')">
|
||||
ID <span class="sort-indicator" id="sort-id"></span>
|
||||
</th>
|
||||
|
||||
<th class="sortable" onclick="sortImages('size')">
|
||||
Size <span class="sort-indicator" id="sort-size"></span>
|
||||
</th>
|
||||
|
||||
<th class="sortable" onclick="sortImages('created')">
|
||||
Created <span class="sort-indicator" id="sort-created"></span>
|
||||
</th>
|
||||
|
||||
<th class="sortable" onclick="sortImages('containers')">
|
||||
Containers <span class="sort-indicator" id="sort-containers"></span>
|
||||
</th>
|
||||
|
||||
<th>Status</th>
|
||||
<th style="width:100px;">Acties</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user