mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
remove signatur checking (we do not use included git anymore) (#5018)
This commit is contained in:
@ -24,8 +24,6 @@
|
||||
{% include "InvenTree/settings/setting.html" with key="ENABLE_PLUGINS_NAVIGATION" icon="fa-sitemap" %}
|
||||
{% include "InvenTree/settings/setting.html" with key="ENABLE_PLUGINS_APP" icon="fa-rocket" %}
|
||||
{% include "InvenTree/settings/setting.html" with key="PLUGIN_ON_STARTUP" %}
|
||||
<tr><td colspan='5'></td></tr>
|
||||
{% include "InvenTree/settings/setting.html" with key="PLUGIN_CHECK_SIGNATURES" %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -118,20 +118,6 @@
|
||||
<td>{% trans "Commit Message" %}</td><td>{{ plugin.package.message }}{% include "clip.html" %}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
||||
{% settings_value "PLUGIN_CHECK_SIGNATURES" as signatures %}
|
||||
{% if signatures %}
|
||||
<tr>
|
||||
<td><span class='text-{{ plugin.sign_color }} fas fa-check'></span></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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class='text-{{ plugin.sign_color }} fas fa-key'></span></td>
|
||||
<td>{% trans "Sign Key" %}</td>
|
||||
<td class="bg-{{ plugin.sign_color }}">{{ plugin.package.key }}{% include "clip.html" %}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user