@* Site Call Audit (#22) Task 7 — three Health-dashboard KPI tiles for the Site Call channel: Buffered / Parked / Stuck. Renders Bootstrap card tiles in a single row, each acting as a navigation link to a pre-filtered Site Calls report view. The component is purely presentational — the parent page owns the refresh loop and passes the latest snapshot via the Snapshot parameter. Mirrors AuditKpiTiles and the Notification Outbox KPI section. *@ @namespace ZB.MOM.WW.ScadaBridge.CentralUI.Components.Health @inject NavigationManager Navigation
Site Calls
View details →
@* ── Buffered tile ─────────────────────────────────────────────────────── *@
@* ── Stuck tile ────────────────────────────────────────────────────────── *@
@* ── Parked tile ───────────────────────────────────────────────────────── *@
@if (!IsAvailable && !string.IsNullOrEmpty(ErrorMessage)) {
Site Call KPIs unavailable: @ErrorMessage
}