2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

add git commit readout

This commit is contained in:
Matthias
2021-09-22 00:19:51 +02:00
parent 2960e4486b
commit fddbaa4629
2 changed files with 21 additions and 0 deletions

View File

@ -19,6 +19,7 @@
<tr>
<th>{% trans "Name" %}</th>
<th>{% trans "Author" %}</th>
<th>{% trans "Date" %}</th>
</tr>
</thead>
@ -46,6 +47,7 @@
{% endif %}
</td>
<td># TODO</td>
<td>{{plugin.commit.date}}</td>
</tr>
{% endfor %}
</tbody>