{{define "dash_table"}}

Asset Triage Queue

{{if eq .CurrentTab "archives"}} {{end}}
📥 Import Data
{{if .CurrentAsset}}
Asset Filter Active: Showing tickets for {{.CurrentAsset}}
Clear Filter
{{end}} {{if ne .CurrentTab "holding_pen"}}{{end}} {{range .Tickets}} {{if eq $.CurrentTab "holding_pen"}} {{else if eq $.CurrentTab "chute"}} {{else if eq $.CurrentTab "archives"}} {{end}} {{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 .Status "Patched"}} ✅ RESOLVED {{else if eq .Status "False Positive"}} 👻 IGNORED {{end}}
Archived {{.UpdatedAt.Format "Jan 02"}} (Took {{.SLAString}})
{{end}}