Manual mergre from local code

This commit is contained in:
2024-01-19 15:51:06 +07:00
parent ccd5d6874d
commit c103fd34a3
4 changed files with 15 additions and 4 deletions

View File

@@ -22,6 +22,7 @@
<!-- <td>Номер оператора</td> -->
<td>Дата время</td>
<td>Дополнитительная информация</td>
<td>uuid</td>
</tr>
<body>
@@ -54,6 +55,8 @@
{% if entry.reason|length > 1 %}
{{ entry.reason }}
{% endif %}
<td> {{ entry.uuid }}</td>
</td>
</tr>