From 6a0b0f779c1a094202bc999f6c5ed8c9ef217305 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 14 Feb 2007 16:13:26 +0000 Subject: Be more optimistic (Resolves Ticket #400) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2810 ce84e21b-d406-0410-9b95-82705330c041 --- reports/xsl-transforms/nodes-digest-www.xsl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'reports') 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 @@ <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> @@ -32,10 +32,10 @@

- BCFG Nightly Errors () + BCFG Status () - BCFG Nightly Errors () + BCFG Status ()

Report Run @ @@ -173,4 +173,4 @@ - \ No newline at end of file + -- cgit v1.2.3-1-g7c22