{{template "header.html"}} {{template "navbar.html"}} {{template "jobs_modal.html"}} {{if .Error}}
{{range .Error}} {{end}}
{{end}} {{if .Success}}
{{range .Success}} {{end}}
{{end}}
{{range $index, $results := .Hosts}} {{end}}
# Host Description Status Public Last Update Failure Reason Delete
{{add $index 1}} {{.Host}} {{.Description}} {{.Status}} {{.UpdatedAt}} {{.Reason}}  

Next run: {{.NextRun}}


Information post


{{template "footer.html"}}