Felhom Hub

{{if .Flash}}
{{if eq .Flash "deleted"}}Customer configuration deleted.{{end}}
{{end}}

Customers

+ Add Customer
{{if not .Customers}}

No customers yet.

Add a customer configuration or wait for a controller to report in.

{{else}} {{range .Customers}} {{end}}
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}}
{{end}}