Back to Go Micro

Home

cmd/micro/web/templates/home.html

5.19.1440 B
Original Source

{{define "content"}}

Home

{{if eq .StatusDot "green"}} {{else if eq .StatusDot "yellow"}} {{else}} {{end}} Status

Services: {{.ServiceCount}}

Running: {{.RunningCount}}

Stopped: {{.StoppedCount}}

{{if .Services}}

Services

Name
{{range .Services}}{{.}}
{{end}}
{{else}}

No services registered yet. Start a service and it will appear here.

{{end}} {{end}}