{{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}} 10 ONLINE NONE {{ len .Monitors }} Details
{{end}} {{end}}