summaryrefslogtreecommitdiffstats
path: root/reports
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-02-14 16:13:26 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-02-14 16:13:26 +0000
commit6a0b0f779c1a094202bc999f6c5ed8c9ef217305 (patch)
treec015de6731692bc8551dfa7c644b70536f49a4c3 /reports
parentf3cb6c68cdf481e1d559ec7304510ffa37d8c4cd (diff)
downloadbcfg2-6a0b0f779c1a094202bc999f6c5ed8c9ef217305.tar.gz
bcfg2-6a0b0f779c1a094202bc999f6c5ed8c9ef217305.tar.bz2
bcfg2-6a0b0f779c1a094202bc999f6c5ed8c9ef217305.zip
Be more optimistic (Resolves Ticket #400)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2810 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'reports')
-rw-r--r--reports/xsl-transforms/nodes-digest-www.xsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/reports/xsl-transforms/nodes-digest-www.xsl b/reports/xsl-transforms/nodes-digest-www.xsl
index d96f05e98..eb5fc8b83 100644
--- a/reports/xsl-transforms/nodes-digest-www.xsl
+++ b/reports/xsl-transforms/nodes-digest-www.xsl
@@ -17,8 +17,8 @@
<head>
<title>
<xsl:choose>
- <xsl:when test="count(/Report/Node/Statistics/Bad) > 0">BCFG Nightly Errors (<xsl:value-of select="@name" />)</xsl:when>
- <xsl:otherwise>BCFG Nightly Errors (<xsl:value-of select="@name" />)</xsl:otherwise>
+ <xsl:when test="count(/Report/Node/Statistics/Bad) > 0">BCFG Status (<xsl:value-of select="@name" />)</xsl:when>
+ <xsl:otherwise>BCFG Status (<xsl:value-of select="@name" />)</xsl:otherwise>
</xsl:choose>
</title>
<xsl:if test="count(/Report/@refresh-time) > 0">
@@ -32,10 +32,10 @@
<h1>
<xsl:choose>
<xsl:when test="count(/Report/Node/Statistics/Bad) > 0">
- BCFG Nightly Errors (<xsl:value-of select="@name" />)
+ BCFG Status (<xsl:value-of select="@name" />)
</xsl:when>
<xsl:otherwise>
- BCFG Nightly Errors (<xsl:value-of select="@name" />)
+ BCFG Status (<xsl:value-of select="@name" />)
</xsl:otherwise>
</xsl:choose>
</h1><span class="notebox">Report Run @ <xsl:value-of select="@time" /></span>
@@ -173,4 +173,4 @@
</body>
</html>
</xsl:template>
-</xsl:stylesheet> \ No newline at end of file
+</xsl:stylesheet>