summaryrefslogtreecommitdiffstats
path: root/reports/xsl-transforms
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-10-02 04:12:31 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-10-02 04:12:31 +0000
commit2253d4ea16a07dd992d8333bd9716a88c53c6285 (patch)
treedf0983c5dc991ea3f713af27c13bdcda20b76a79 /reports/xsl-transforms
parentfe85ea20a98098153eace58b3bc741e915919474 (diff)
downloadbcfg2-2253d4ea16a07dd992d8333bd9716a88c53c6285.tar.gz
bcfg2-2253d4ea16a07dd992d8333bd9716a88c53c6285.tar.bz2
bcfg2-2253d4ea16a07dd992d8333bd9716a88c53c6285.zip
add extra config stuff
(Logical change 1.331) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1355 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'reports/xsl-transforms')
-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>