feat(ui): image tabblad sorteren toegevoegd

This commit is contained in:
kodi
2026-02-21 14:34:55 +01:00
parent d28633a22d
commit 597388055c
3 changed files with 115 additions and 6 deletions
+20 -5
View File
@@ -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>