No customers yet.
Add a customer configuration or wait for a controller to report in.
| Customer ID | Name | Domain | Status | Version | Config |
|---|---|---|---|---|---|
{{.CustomerID}} |
{{if .CustomerName}}{{.CustomerName}}{{else}}—{{end}} | {{if .Domain}}{{.Domain}}{{else}}—{{end}} | {{if .IsBlocked}} BLOCKED {{else if .OverallStatus}} {{if eq .OverallStatus "ok"}}OK{{else if eq .OverallStatus "warn"}}WARN{{else if eq .OverallStatus "down"}}DOWN{{else if eq .OverallStatus "disabled"}}PAUSED{{else if eq .OverallStatus "pending"}}PENDING{{else}}{{.OverallStatus}}{{end}} {{else}} — {{end}} | {{if .ControllerVersion}}{{.ControllerVersion}}{{else}}—{{end}} |
{{if .HasConfig}} MANAGED {{else}} MANUAL {{end}} |