mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02:00
Allow to filter logs by user who caused them
This commit is contained in:
parent
c7f5c23374
commit
d18ee704b8
6 changed files with 75 additions and 11 deletions
|
@ -31,6 +31,7 @@
|
|||
{{ form_row(filterForm.dbId) }}
|
||||
{{ form_row(filterForm.timestamp) }}
|
||||
{{ form_row(filterForm.eventType) }}
|
||||
{{ form_row(filterForm.user) }}
|
||||
{{ form_row(filterForm.level) }}
|
||||
{{ form_row(filterForm.targetType) }}
|
||||
{{ form_row(filterForm.targetId) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue