mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
make naming less git related
This commit is contained in:
parent
2fc8efbfb2
commit
41954fd2d6
@ -51,7 +51,7 @@
|
|||||||
<p>{% trans 'The code information is pulled from the latest git commit for this plugin. It might not reflect official version numbers or information but the actual code running.' %}</p>
|
<p>{% trans 'The code information is pulled from the latest git commit for this plugin. It might not reflect official version numbers or information but the actual code running.' %}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<h4>{% trans "Code information" %}</h4>
|
<h4>{% trans "Package information" %}</h4>
|
||||||
<table class='table table-striped table-condensed'>
|
<table class='table table-striped table-condensed'>
|
||||||
<col width='25'>
|
<col width='25'>
|
||||||
<tr>
|
<tr>
|
||||||
@ -72,12 +72,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class='text-{{plugin.sign_color}} fas fa-check'></span></td>
|
<td><span class='text-{{plugin.sign_color}} fas fa-check'></span></td>
|
||||||
<td>{% trans "Commit Sign Status" %}</td>
|
<td>{% trans "Sign Status" %}</td>
|
||||||
<td class="bg-{{plugin.sign_color}}">{% if plugin.package.verified %}{{ plugin.package.verified }}: {% endif%}{{ plugin.sign_state.msg }}</td>
|
<td class="bg-{{plugin.sign_color}}">{% if plugin.package.verified %}{{ plugin.package.verified }}: {% endif%}{{ plugin.sign_state.msg }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class='text-{{plugin.sign_color}} fas fa-key'></span></td>
|
<td><span class='text-{{plugin.sign_color}} fas fa-key'></span></td>
|
||||||
<td>{% trans "Commit Sign Key" %}</td>
|
<td>{% trans "Sign Key" %}</td>
|
||||||
<td class="bg-{{plugin.sign_color}}">{{ plugin.package.key }}{% include "clip.html" %}</td>
|
<td class="bg-{{plugin.sign_color}}">{{ plugin.package.key }}{% include "clip.html" %}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user