From 7f00005cf6ca7a87d5b2d6357f10fe86eff0ef2f Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 22 Sep 2021 07:48:12 +0200 Subject: [PATCH] version infromation for each plugin --- .../InvenTree/settings/plugin_settings.html | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html index 4f0d6d7f35..5bbfa22214 100644 --- a/InvenTree/templates/InvenTree/settings/plugin_settings.html +++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html @@ -12,6 +12,32 @@ {% block content %} + + + + + + + + + + + + + + + + + + + + + + + + +
{% trans "Plugin Version" %}
{% trans "Commit Hash" %}{{ plugin.commit.commit }}{% 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 Message" %}{{ plugin.commit.message }}{% include "clip.html" %}
+ {% mixin_enabled plugin 'settings' as settings %} {% if settings %}

{% trans "Settings" %}