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:
@ -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>
|
||||
|
Reference in New Issue
Block a user