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

publishing date for integration plugins

This commit is contained in:
Matthias
2021-10-04 20:00:27 +02:00
parent 575be5b36a
commit ef858f7701
2 changed files with 12 additions and 1 deletions

View File

@ -47,7 +47,7 @@
{% endif %}
</td>
<td>{{ plugin.author }}</td>
<td>{{plugin.commit.date}}</td>
<td>{{ plugin.pub_date }}</td>
</tr>
{% endfor %}
</tbody>