summaryrefslogtreecommitdiffstats
path: root/reports
diff options
context:
space:
mode:
Diffstat (limited to 'reports')
-rw-r--r--reports/xsl-transforms/nodes-digest-rss.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/reports/xsl-transforms/nodes-digest-rss.xsl b/reports/xsl-transforms/nodes-digest-rss.xsl
index 93cc26e36..174c804e3 100644
--- a/reports/xsl-transforms/nodes-digest-rss.xsl
+++ b/reports/xsl-transforms/nodes-digest-rss.xsl
@@ -26,6 +26,9 @@ SUMMARY:
<xsl:if test="count(/Report/Node/Statistics/Bad) > 0">
<xsl:text> </xsl:text><xsl:value-of select="count(/Report/Node/Statistics/Bad)" /> nodes are bad.
</xsl:if>
+<xsl:if test="count(/Report/Node/Statistics/Extra) > 0">
+<xsl:text> </xsl:text><xsl:value-of select="count(/Report/Node/Statistics/Extra)" /> nodes have extra configuration. (includes both good and bad nodes)
+</xsl:if>
<xsl:if test="count(/Report/Node/Statistics/Modified) > 0">
<xsl:text> </xsl:text><xsl:value-of select="count(/Report/Node/Statistics/Modified)" /> nodes were modified in the last run. (includes both good and bad nodes)
</xsl:if>