feat: extended log view and searching by error codes

This commit is contained in:
Björn Fromme
2026-03-20 11:44:55 +01:00
parent 301b14f518
commit 3849ae306c
7 changed files with 176 additions and 14 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
<tr>
<th>Dateiname</th>
<th>Typ</th>
<th class="text-end">Dateigr&ouml;&szlig;e</th>
<th class="text-end">Dateigröße</th>
<th class="text-end">Aktion</th>
</tr>
</thead>
@@ -55,7 +55,7 @@
<div class="content-panel-footer">
<a href="{{ ea_url().setController('App\\Controller\\Admin\\LogEntryCrudController').setAction('index') }}"
class="btn btn-secondary">
<i class="fa fa-arrow-left"></i> Zur&uuml;ck zur Liste
<i class="fa fa-arrow-left"></i> Zurück zur Liste
</a>
</div>
</div>