odhin-reports-playwright
Version:
Odhin Reports for Playwright
33 lines • 796 B
HTML
<div class="mt-3 mb-3 odhin-thin-border dashboard-block">
<div class="info-box-header">
Projects Summary
</div>
<div class="odhin-table">
<table class="table table-sm table-borderless mb-0">
<tr>
<td>
<table class="table table-sm table-borderless mb-0">
<tr>
<th class="odhin-text-2">Chart</th>
</tr>
<tr>
{{.Chart}}
</tr>
</table>
</td>
<td>
<div class="table-responsive tableFixHead ms-3">
<table class="table table-sm mb-0">
<thead>
<th class="odhin-text-2 px-2">Project</th>
<th class="odhin-text-2 px-2">Tests</th>
<th class="odhin-text-2 px-2">Percentage</th>
</thead>
{{.ChartProject}}
</table>
</div>
</td>
</tr>
</table>
</div>
</div>