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

There are no worker groups yet.

{{ $description }}

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

{{ $description }}

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