]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
change colors for missing jobs in the boards
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 25 Oct 2016 13:39:42 +0000 (15:39 +0200)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 25 Oct 2016 13:39:42 +0000 (15:39 +0200)
src/xsl/jobs_board_report.xsl

index 8f13c182375bb44f57b911f28900ba485a39e063..c8c73e588d32173532096dc41eef563eb9fbde0d 100644 (file)
              <!-- get the missing jobs -->
              <xsl:for-each select="//JobsReport/missing_jobs/job">    
                    <xsl:if test="@distribution=$curr_distname and @application=$curr_appli">
-                       <xsl:attribute name="bgcolor">FFCCCC</xsl:attribute>
+                       <xsl:attribute name="bgcolor">ffb8b8</xsl:attribute>
                    </xsl:if>
              </xsl:for-each>
              <!-- get the missing jobs not today -->
              <xsl:for-each select="//JobsReport/missing_jobs_not_today/job">    
                    <xsl:if test="@distribution=$curr_distname and @application=$curr_appli">
-                       <xsl:attribute name="bgcolor">FFEFEF</xsl:attribute>
+                       <xsl:attribute name="bgcolor">ffdbdb</xsl:attribute>
                    </xsl:if>
              </xsl:for-each>
              
 
 </html>
 </xsl:template>
-</xsl:stylesheet>
+</xsl:stylesheet>
\ No newline at end of file