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

check git verification state

This commit is contained in:
Matthias
2021-09-23 00:52:32 +02:00
parent 4fb3fffbe6
commit 680a7071e5
2 changed files with 11 additions and 3 deletions

View File

@ -37,6 +37,14 @@
<td><span class='fas fa-envelope'></span></td>
<td>{% trans "Commit Message" %}</td><td>{{ plugin.commit.message }}{% include "clip.html" %}</td>
</tr>
<tr>
<td><span class='fas fa-check'></span></td>
<td>{% trans "Commit verified" %}</td><td>{{ plugin.commit.verified }}</td>
</tr>
<tr>
<td><span class='fas fa-key'></span></td>
<td>{% trans "Commit Sign Key" %}</td><td>{{ plugin.commit.key }}{% include "clip.html" %}</td>
</tr>
</table>
</div>
<div class="col-md-6">