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

added version identifier

This commit is contained in:
Matthias
2021-10-04 22:10:31 +02:00
parent ef858f7701
commit e7237d13ae
2 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,7 @@
<th>{% trans "Name" %}</th>
<th>{% trans "Author" %}</th>
<th>{% trans "Date" %}</th>
<th>{% trans "Version" %}</th>
</tr>
</thead>
@ -48,6 +49,7 @@
</td>
<td>{{ plugin.author }}</td>
<td>{{ plugin.pub_date }}</td>
<td>{{ plugin.version }}</td>
</tr>
{% endfor %}
</tbody>