{{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}}%)
{{if .SystemInfo.HDDConfigured}}
Külső HDD {{fmtGB .SystemInfo.HDDUsedGB}} / {{fmtGB .SystemInfo.HDDTotalGB}} ({{printf "%.0f" .SystemInfo.HDDPercent}}%)
{{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 .BackupStatus}}{{if .BackupStatus.RepoStats}}
Tároló méret: {{.BackupStatus.RepoStats.TotalSize}} ({{.BackupStatus.RepoStats.SnapshotCount}} pillanatkép)
{{end}}{{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}}