Disk Usage
| {{ d.path }} | {{ d.used_pct }}% | {{ d.used_gb }} / {{ d.total_gb }} GB |
Containers
{% if status.containers %}| Name | Image | Status | Health | Uptime |
|---|---|---|---|---|
| {{ 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 |
|---|---|---|
| {{ s.name }} | {{ s.running_count }} / {{ s.container_count }} | {{ s.status }} |