Skip to content

Commit

Permalink
Fix summary page columns
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-oly committed Aug 15, 2023
1 parent 4033a75 commit 02a9b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion verifier/summary_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
details.push(link);
}
}
td = tr.insertCell();
if (reports.length > 0) {
// Create the data for the reports
// Make a new area for displaying ig.
Expand All @@ -113,7 +114,6 @@
3: {color: '#777777'} //
},
};
td = tr.insertCell();
// Set up options and links
const chart = new google.visualization.BarChart(td);
const chart_data = google.visualization.arrayToDataTable(data);
Expand Down Expand Up @@ -172,6 +172,7 @@
</head>
<body>
<h1>ICU Data Driven Test Summary</h1>
<p>Read more about the<a href="https://github.com/unicode-org/conformance"> Unicode Conformance project</a>.
<h2>Tests and platforms</h2>
<h3>Report generated: $datetime</h3>
<p>Executors verified: $all_platforms</p>
Expand Down

0 comments on commit 02a9b83

Please sign in to comment.