{{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}}%)
CPU {{printf "%.0f" .SystemInfo.CPUPercent}}%
Load: {{fmtLoad .SystemInfo.LoadAvg1}} / {{fmtLoad .SystemInfo.LoadAvg5}} / {{fmtLoad .SystemInfo.LoadAvg15}}
{{if .SystemInfo.TemperatureCelsius}}
Hőmérséklet {{fmtTemp .SystemInfo.TemperatureCelsius}}
{{end}}
SSD tárhely {{fmtGB .SystemInfo.DiskUsedGB}} / {{fmtGB .SystemInfo.DiskTotalGB}} ({{printf "%.0f" .SystemInfo.DiskPercent}}%)
{{range .StorageBars}}
{{.Label}} {{fmtGB .UsedGB}} / {{fmtGB .TotalGB}} ({{printf "%.0f" .Percent}}%)
{{end}}
{{if .DiskWarnings}}
{{range .DiskWarnings}}
{{.Message}} {{if .Link}}{{.LinkText}} →{{end}}
{{end}}
{{end}}
{{end}} {{if .BackupEnabled}}

Biztonsági mentés

{{if .BackupStatus}}
Utolsó mentés: {{if .BackupStatus.Success}} {{.BackupStatus.LastRun.Format "2006-01-02 15:04"}} {{else}} Sikertelen {{end}}
{{else}}
Utolsó mentés: Még nem futott
{{end}} {{if .DBDumpStatus}}
Adatbázisok: {{len .DBDumpStatus.Results}} mentve
{{end}} {{if gt .CrossDriveTotal 0}}
2. mentés: {{if eq .CrossDriveConfigured 0}} ⚠ Nincs beállítva {{else}} {{.CrossDriveConfigured}} / {{.CrossDriveTotal}} alk. {{end}}
{{end}} {{if gt .CrossDriveFailed 0}}
Figyelmeztetés: ⚠ {{.CrossDriveFailed}} 2. mentés sikertelen
{{end}}
{{end}}

Telepített alkalmazások

{{range .Stacks}}
{{.Meta.DisplayName}} {{if .Meta.Description}}{{.Meta.Description}}{{end}}
{{stateLabel .State}} {{if .Orphaned}}Elavult{{end}} {{if .Protected}} Védett {{if isOperational .State}} {{end}} {{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}}