Use domain counters in summary
This commit is contained in:
@@ -260,8 +260,9 @@ function renderSummary(summary, loading) {
|
||||
<article><span>${localize("KSA.Summary.Files")}</span><strong>${summary.files}</strong></article>
|
||||
<article><span>${localize("KSA.Summary.References")}</span><strong>${summary.references}</strong></article>
|
||||
<article><span>${localize("KSA.Summary.Findings")}</span><strong>${summary.findings}</strong></article>
|
||||
<article><span>${localize("KSA.Summary.High")}</span><strong>${summary.bySeverity.high}</strong></article>
|
||||
<article><span>${localize("KSA.Summary.Warning")}</span><strong>${summary.bySeverity.warning}</strong></article>
|
||||
<article><span>${localize("KSA.Summary.Missing")}</span><strong>${summary.byKind["broken-reference"] ?? 0}</strong></article>
|
||||
<article><span>${localize("KSA.Summary.Deprecated")}</span><strong>${summary.byKind["non-package-to-package-reference"] ?? 0}</strong></article>
|
||||
<article><span>${localize("KSA.Summary.Orphaned")}</span><strong>${summary.byKind["orphan-file"] ?? 0}</strong></article>
|
||||
</div>
|
||||
<div class="storage-audit__kinds">
|
||||
<h3>${localize("KSA.Summary.ByType")}</h3>
|
||||
|
||||
Reference in New Issue
Block a user