diff --git a/AppImage/components/security.tsx b/AppImage/components/security.tsx index de0d0e5e..88e55934 100644 --- a/AppImage/components/security.tsx +++ b/AppImage/components/security.tsx @@ -864,6 +864,10 @@ export function Security() { const now = new Date().toLocaleString() const logoUrl = `${window.location.origin}/images/proxmenux-logo.png` + const actionableWarnings = report.warnings.length - (report.proxmox_expected_warnings ?? 0) + const actionableSuggestions = report.suggestions.length - (report.proxmox_expected_suggestions ?? 0) + const totalExpected = (report.proxmox_expected_warnings ?? 0) + (report.proxmox_expected_suggestions ?? 0) + return ` @@ -871,250 +875,277 @@ export function Security() { Security Audit Report - ${report.hostname || "ProxMenux"} -