{{define "dashboard"}} {{template "layout_start" .}}
{{.RunningCount}}
Futó alkalmazás
{{.StoppedCount}}
Leállítva
{{.TotalCount}}
Összes alkalmazás
{{if .SystemInfo.TotalMemMB}}
Memória {{fmtMB .SystemInfo.UsedMemMB}} / {{fmtMB .SystemInfo.TotalMemMB}} ({{printf "%.0f" .SystemInfo.MemPercent}}%)
SSD tárhely {{fmtGB .SystemInfo.DiskUsedGB}} / {{fmtGB .SystemInfo.DiskTotalGB}} ({{printf "%.0f" .SystemInfo.DiskPercent}}%)
{{if .SystemInfo.HDDConfigured}}
Külső HDD {{fmtGB .SystemInfo.HDDUsedGB}} / {{fmtGB .SystemInfo.HDDTotalGB}} ({{printf "%.0f" .SystemInfo.HDDPercent}}%)
{{end}}
{{end}}

Alkalmazások állapota

{{range .Stacks}}
{{.Meta.DisplayName}} {{if .Meta.Description}}{{.Meta.Description}}{{end}}
{{stateLabel .State}} {{if .Orphaned}}Elavult{{end}} {{if .Protected}} Védett {{else if not .Deployed}} Telepítés {{else}} {{if isOperational .State}} {{else}} {{end}} Napló {{if .Orphaned}}{{end}} {{end}}
{{else}}

Nincs elérhető alkalmazás.

{{end}}
{{template "layout_end" .}} {{end}}