mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02:00
Use common settings for all element history tables
This commit is contained in:
parent
f50959837f
commit
38ff9bae4a
8 changed files with 36 additions and 18 deletions
|
@ -75,7 +75,8 @@
|
|||
|
||||
<div class="mt-2">
|
||||
{% if datatable is defined and datatable is not null %}
|
||||
{% include "LogSystem/_log_table.html.twig" %}
|
||||
{% import "components/history_log_macros.html.twig" as log %}
|
||||
{{ log.element_history_component(datatable) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue