Add a summary after score
This commit is contained in:
parent
3588af3267
commit
8b3ab541ba
11 changed files with 425 additions and 14 deletions
|
|
@ -5,6 +5,7 @@
|
|||
import type { Test, Report } from "$lib/api/types.gen";
|
||||
import {
|
||||
ScoreCard,
|
||||
SummaryCard,
|
||||
SpamAssassinCard,
|
||||
PendingState,
|
||||
AuthenticationCard,
|
||||
|
|
@ -138,6 +139,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Summary -->
|
||||
<div class="row mb-4">
|
||||
<div class="col-12">
|
||||
<SummaryCard {report} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- DNS Records -->
|
||||
{#if report.dns_results}
|
||||
<div class="row mb-4" id="dns">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue