{{define "failures"}} {{template "head" .}} {{template "topbar" .}} {{template "breadcrumbs" .}}

Failure Events

{{if .Failures}} {{range .Failures}} {{end}}
Source External Component Asset Component Status Asset Status Type Failure Time Confidence
{{.Source}} {{.ExternalID}} {{componentLabelByID .PartID $.ComponentLabelByID}} {{if .MachineID}}{{assetLabel .MachineID $.AssetLabelByID}}{{else}}—{{end}} {{componentStatusText (index $.ComponentStatusByID .PartID)}} {{assetStatusText (assetStatusByPtr .MachineID $.AssetStatusByID)}} {{.FailureType}} {{formatTime .FailureTime}} {{formatFloatPtr .Confidence 2}}
{{else}}
No failures ingested yet.
{{end}}
{{end}}