diff options
Diffstat (limited to 'reports/xsl-transforms/nodes-digest-html.xsl')
-rw-r--r-- | reports/xsl-transforms/nodes-digest-html.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/reports/xsl-transforms/nodes-digest-html.xsl b/reports/xsl-transforms/nodes-digest-html.xsl index 1d57c2da0..a03a5bde0 100644 --- a/reports/xsl-transforms/nodes-digest-html.xsl +++ b/reports/xsl-transforms/nodes-digest-html.xsl @@ -44,6 +44,12 @@ <span class="nodelisttitle"><xsl:value-of select="count(/Report/Node/Statistics/Bad)" /> nodes are bad.<br /></span> </div> </xsl:if> + + <xsl:if test="count(/Report/Node/Statistics/Extra) > 0"> + <div class="extra"> + <span class="nodelisttitle"><xsl:value-of select="count(/Report/Node/Statistics/Extra)" /> nodes have extra configuration. (includes both good and bad nodes)<br /></span> + </div> + </xsl:if> <xsl:if test="count(/Report/Node/Statistics/Modified) > 0"> <div class="modified"> |