@* Audit Log (#23) M7 Bundle E (T13) — three Health-dashboard KPI tiles for the Audit channel: Volume / Error rate / Backlog. Renders Bootstrap card tiles in a single row, each acting as a navigation link to a pre-filtered Audit Log view. The component is purely presentational — the parent page owns the refresh loop and passes the latest snapshot via the Snapshot parameter. *@ @namespace ScadaLink.CentralUI.Components.Health @inject NavigationManager Navigation
Audit
View details →
@* ── Volume tile ───────────────────────────────────────────────────────── *@
@* ── Error rate tile ───────────────────────────────────────────────────── *@
@* ── Backlog tile ──────────────────────────────────────────────────────── *@
@if (!IsAvailable && !string.IsNullOrEmpty(ErrorMessage)) {
Audit KPIs unavailable: @ErrorMessage
}