Dieser Commit ist enthalten in:
2025-06-08 22:37:03 +02:00
Ursprung fb83559d58
Commit 472998d16b
11 geänderte Dateien mit 499 neuen und 85 gelöschten Zeilen

Datei anzeigen

@@ -58,15 +58,15 @@
</div>
<div class="card-body">
<div class="table-responsive">
<table class="table table-hover">
<table class="table table-hover sortable-table">
<thead>
<tr>
<th>Zeitstempel</th>
<th>Dateiname</th>
<th>Größe</th>
<th>Typ</th>
<th>Status</th>
<th>Erstellt von</th>
<th class="sortable" data-type="date">Zeitstempel</th>
<th class="sortable">Dateiname</th>
<th class="sortable" data-type="numeric">Größe</th>
<th class="sortable">Typ</th>
<th class="sortable">Status</th>
<th class="sortable">Erstellt von</th>
<th>Details</th>
<th>Aktionen</th>
</tr>