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