{{define "settings"}} {{ $description := "Workers are executing healthchecks. You can deploy multiple of thems to multiple regions for wider coverage." }} {{ if eq .WorkersLength 0 }}

There are no workers yet.

{{ $description }}

{{ else }}
{{range .Workers}} {{end}}
List of Workers

{{ $description }}

Create New
Name Status Action
{{.Name}} OK Details
{{end}} {{end}}