mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-24 12:54:44 +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
|
@ -28,6 +28,10 @@
|
|||
{{ block('text_constraint_widget') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block user_entity_constraint_widget %}
|
||||
{{ block('text_constraint_widget') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block date_time_constraint_widget %}
|
||||
{{ block('number_constraint_widget') }}
|
||||
{% endblock %}
|
||||
|
|
|
@ -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