diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html index 26c354be62..7e606cbf95 100644 --- a/InvenTree/templates/InvenTree/settings/plugin_settings.html +++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html @@ -14,24 +14,48 @@
+

{% trans "Plugin information" %}

- - + + - - + + + + + + + + + + + + + + +
{% trans "Plugin Version" %} {% trans "Name" %}{{ plugin.human_name }}{% include "clip.html" %}
{% trans "Commit Hash" %}{{ plugin.commit.hash }}{% include "clip.html" %}{% trans "Author" %}{{ plugin.author }}{% include "clip.html" %}
{% trans "Date" %}{{ plugin.pub_date }}{% include "clip.html" %}
{% trans "Version" %}{{ plugin.version }}{% include "clip.html" %}
+ +

{% 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.' %}

+
+
+

{% trans "Code information" %}

+ + + + + - - + + @@ -49,9 +73,6 @@
{% trans "Commit Author" %}{{ plugin.commit.author }} - {{ plugin.commit.mail }}{% include "clip.html" %}
{% trans "Commit Date" %}{{ plugin.commit.date }}{% include "clip.html" %}
{% trans "Commit Author" %}{{ plugin.commit.author }} - {{ plugin.commit.mail }}{% include "clip.html" %}{% trans "Commit Hash" %}{{ plugin.commit.hash }}{% include "clip.html" %}
-
-

{% trans 'This information is pulled from the latest git commit for this plugin. It might not reflect official version numbers.' %}

-
{% mixin_enabled plugin 'settings' as settings %}