From e474ff29aae4990c77dd47500ede0ddee248b748 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 16 Jan 2022 02:34:33 +0100 Subject: debconf: Add ConfEntry to Reporting --- src/lib/Bcfg2/Reporting/templates/config_items/item.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Reporting/templates/config_items') diff --git a/src/lib/Bcfg2/Reporting/templates/config_items/item.html b/src/lib/Bcfg2/Reporting/templates/config_items/item.html index 91c368bd7..9a103bc72 100644 --- a/src/lib/Bcfg2/Reporting/templates/config_items/item.html +++ b/src/lib/Bcfg2/Reporting/templates/config_items/item.html @@ -45,7 +45,7 @@ div.entry_list h3 { {% endif %} {# Really need a better test here #} -{% if item.mode_problem or item.status_problem or item.linkentry.link_problem or item.version_problem %} +{% if item.mode_problem or item.status_problem or item.linkentry.link_problem or item.version_problem or item.conf_problem %} @@ -86,6 +86,11 @@ div.entry_list h3 { {% endif %} + {% if item.conf_problem %} + + + + {% endif %}
Problem TypeExpectedFound
{{item.selinuxtype}} {{item.current_selinuxtype}}
Conf Value{{item.value|default:""}}{{item.current_value|default:""}}
{% endif %} -- cgit v1.2.3-1-g7c22