{{define "dash_table"}}
{{.CurrentAsset}}| Severity | Source | Finding | IT Assignee | {{if eq .CurrentTab "holding_pen"}}⏳ Time to Triage{{else}}SLA Status{{end}} | {{if ne .CurrentTab "holding_pen"}}Action | {{end}}||
|---|---|---|---|---|---|---|---|
| {{.Severity}} | {{.Source}} |
{{.Title}}
{{if eq .Status "Returned to Security"}}
🔄 Returned by IT: {{.LatestComment}}
{{end}}
|
{{if eq .Assignee "Unassigned"}} Unassigned {{else}} {{.Assignee}} {{end}} | {{if eq $.CurrentTab "holding_pen"}} {{else}} {{if .IsOverdue}}{{.SLAString}}{{else}}{{.SLAString}}{{end}} {{end}} | {{if eq $.CurrentTab "holding_pen"}} {{else if eq $.CurrentTab "chute"}}{{else if eq $.CurrentTab "archives"}} |
{{if eq .Status "Patched"}}
✅ RESOLVED
{{else if eq .Status "False Positive"}}
👻 IGNORED
{{end}}
Archived {{.UpdatedAt.Format "Jan 02"}} (Took {{.SLAString}})
|
{{end}}