{{ 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 }}

There are no worker groups yet.

{{ $description }}

Create First Worker Group
{{ else }}
{{ range .WorkerGroups }} {{ end }}
List of Worker Groups

{{ $description }}

Create New
Name Workers Checks Action
{{ .Name }} {{ if eq ( len .ActiveWorkers) 0 }} NONE {{ else }} {{ len .ActiveWorkers }} ONLINE {{ end }} {{ len .Checks }} Details
{{ end }} {{ end }}