{{ define "settings" }} {{ $description := "Worker Groups are used to match multiple workers together. They can be used to difirentiate between regions, environments, networks etc." }} {{ $length := len .WorkerGroups }} {{ if eq $length 0 }}
{{ else }}Name | Workers | Checks | Action |
---|---|---|---|
{{ .Name }} | {{ if eq ( len .ActiveWorkers) 0 }} NONE {{ else }} {{ len .ActiveWorkers }} ONLINE {{ end }} | {{ len .Checks }} | Details |