{{ if processes }} {{ range processes }} {{ end }} {{ else }} {{ end }}
Name Status PID CPU Memory Uptime Actions
{{ .Name }} {{ if .Status == "running" }} Running {{ else if .Status == "stopped" }} Stopped {{ else }} {{ .Status }} {{ end }} {{ .ID }} {{ if .Status == "running" }}{{ .CPU }}{{ else }}-{{ end }} {{ if .Status == "running" }}{{ .Memory }}{{ else }}-{{ end }} {{ if .Status == "running" }}{{ .Uptime }}{{ else }}-{{ end }}
No services found