mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-09 13:20:53 +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