{{define "admin_performance"}}
Diagnostic breakdown of global KPIs, bottlenecks, and SLA tracking by scanner source.
| Integration | 🔥 High Risk Drivers (Ties to KPI Metrics) |
🕒 Analyst Backlog (Triage Phase) |
⏳ IT Bottlenecks (Patch Phase) |
🛡️ Resolution Hygiene (Closed Profile) |
Strategic Insight |
|---|---|---|---|---|---|
|
{{.Source}} {{.TotalOpen}} Total Open |
{{if gt .Criticals 0}}{{.Criticals}} CRIT{{end}}
{{if gt .CisaKEVs 0}}{{.CisaKEVs}} KEV{{end}}
{{if and (eq .Criticals 0) (eq .CisaKEVs 0)}}-{{end}}
|
{{if gt .Untriaged 0}} {{.Untriaged}} Pending {{else}} ✓ Clear {{end}} | {{if gt .PatchOverdue 0}} {{.PatchOverdue}} Overdue {{else if gt .PendingRisk 0}} {{.PendingRisk}} Excepted {{else}} ✓ Met {{end}} |
{{.TotalClosed}} Closed
{{if gt .Patched 0}}✓ {{.Patched}}{{end}}
{{if gt .RiskAccepted 0}}⚖️ {{.RiskAccepted}}{{end}}
{{if gt .FalsePositive 0}}🚫 {{.FalsePositive}}{{end}}
{{if eq .TotalClosed 0}}-{{end}}
|
{{.StrategicNote}}
Lead: {{.TopAssignee}}
|
| No active sources found. | |||||
Operational ledger of all API pushes, webhooks, and CSV uploads.
| Timestamp | Source | Status | Records Processed | Diagnostics |
|---|---|---|---|---|
| {{.CreatedAt}} | {{.Source}} | {{if eq .Status "Success"}} ✓ Success {{else}} ✗ Failed {{end}} | {{.RecordsProcessed}} | {{.ErrorMessage}} |
| No syncs recorded yet. | ||||