Skip to content

Commit

Permalink
Update html reports
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Sep 5, 2024
1 parent da0af0b commit be36436
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@
<xsl:value-of select="/report/jobs/job/item/name"/>
</td>
</tr>
</table>
<xsl:if test="/report/jobs/job/validationReport">
<xsl:apply-templates select="/report/jobs/job/validationReport" mode="validation_report_info"/>
</xsl:if>
<table border="0">
<xsl:if test="/report/jobs/job/validationReport">
<xsl:apply-templates select="/report/jobs/job/validationReport" mode="validation_report_info"/>
</xsl:if>
<xsl:if test="/report/jobs/job/taskException/exceptionMessage">
<tr>
<td width="200" class="invalid">
Expand Down Expand Up @@ -247,7 +245,7 @@
<xsl:if test="/report/jobs/job/logs">
<h2>Logs information</h2>

<table border="0" id="table5">
<table border="0" id="table6">
<tr style="BACKGROUND: #bcbad6">
<td width="100">
<b>Type</b>
Expand All @@ -268,7 +266,7 @@
<xsl:if test="/report/jobs/job/featuresReport">
<h2>Features information</h2>

<table border="0" id="table4">
<table border="0" id="table7">
<tr style="BACKGROUND: #bcbad6">
<td width="800">
<b>Feature</b>
Expand Down Expand Up @@ -424,7 +422,6 @@
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<table border="0">
<xsl:if test="@profileName">
<tr>
<td width="200">
Expand Down Expand Up @@ -453,7 +450,6 @@
</td>
</tr>
</xsl:if>
</table>
</xsl:template>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<!-- Display the build information -->
<xsl:template match="/report/buildInformation">
<h2>Build Information</h2>
<table border="0" id="table2">
<table border="0" id="table1">
<tr>
<td class="lefted" width="250">
<b>Version:</b>
Expand Down

0 comments on commit be36436

Please sign in to comment.