Add a score to DNS

This commit is contained in:
nemunaire 2025-10-22 14:06:18 +07:00
commit abfd1f0155
6 changed files with 143 additions and 5 deletions

View file

@ -148,7 +148,10 @@
{#if report.dns_results}
<div class="row mb-4" id="dns">
<div class="col-12">
<DnsRecordsCard dnsResults={report.dns_results} />
<DnsRecordsCard
dnsResults={report.dns_results}
dnsScore={report.summary?.dns_score}
/>
</div>
</div>
{/if}