Skip to content

Commit

Permalink
format new headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Wigman committed Dec 30, 2019
1 parent 7bdcaf8 commit 8292c85
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions 06_Tools/ReportTemplateGenerator/report_template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>PERFORMANCETEST SUMMARY FOR PROJECT ||Project||</title>
<title>PERF ||Project||/${testrundatetime}</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-colorschemes@latest/dist/chartjs-plugin-colorschemes.min.js"></script>
Expand Down Expand Up @@ -105,15 +105,18 @@

h1 {
margin: 0px 0px 5px;
font: 165% verdana, arial, helvetica
font: 165% verdana, arial, helvetica;
text-transform: uppercase;
font-weight: bold;
}

h2 {
margin-top: 1em;
margin-bottom: 0.5em;
125% verdana,
arial,
helvetica
helvetica;
text-transform: uppercase;
}

h3 {
Expand Down Expand Up @@ -153,7 +156,7 @@

<table width="100%"><tr>
<td>
<h1><b>PERFORMANCETEST SUMMARY FOR PROJECT ||Project||</b></h1>
<h1>PERFORMANCETEST SUMMARY FOR PROJECT ||Project||</h1>
<h3 id="testrun_id">Testrun ID: ${testrundatetime}</h3>
</td>
<td align="right">
Expand Down

0 comments on commit 8292c85

Please sign in to comment.