Disk Usage
| {{ d.path }} | {{ d.used_pct }}% | {{ d.used_gb }} / {{ d.total_gb }} GB |
Containers
{% if status.containers %}| Name | Image | Status | Health | Uptime |
|---|---|---|---|---|
| {% if c.status == "running" %} ● {% else %} ✕ {% endif %} {{ c.name }} | {{ c.image }} | {{ c.status }} | {{ c.health or "—" }} | {{ c.uptime_seconds | uptime if c.uptime_seconds else "—" }} |
No containers found.
{% endif %}Stacks
| Name | Running | Status |
|---|---|---|
| {% if s.status == "healthy" %} ● {% elif s.status == "degraded" %} ◐ {% else %} ✕ {% endif %} {{ s.name }} | {{ s.running_count }} / {{ s.container_count }} | {{ s.status }} |