{{define "style"}} .btn-state { /* line-height: .8em; */ size: 0; font-size: 0; line-height: 0; margin-bottom: 3px; padding: 8px; } .btn-succeeded { background: rgb(28, 184, 65); } .btn-failed { background: rgb(202, 60, 60); } .btn-timeout { background: rgb(156, 39, 176); } .btn-cancelled { background: rgb(128, 128, 128); } .btn-pending { background: #ffeb3b; } .btn-running { background: rgb(66, 184, 221); } .btn-unknown { background: rgba(204, 204, 204); } .form-control::placeholder { color: rgba(204, 204, 204); } {{end}}} {{define "body"}}
Run ID | {{range ingestStages}}{{capitalize (normalizeIngest .)}} | {{end}}
---|---|
{{$run.MetaID}}
{{with index $issueMap $run.MetaID}} {{range .}} {{.}} {{end}} {{end}} |
{{range $ingest := ingestStages}}
{{$pipelines := (index $run.Ingests $ingest)}}
{{range $i, $pip := $pipelines}}
{{if lt $i 5}}
 
{{end}}
{{end}}
{{if gt (len $pipelines) 5}}
{{subtract (len $pipelines) 5}} more... {{end}} |
{{end}}