{% extends "base.html" %} {% block content %} {# ═══════════════════════════════════════════════════════ DASHBOARD PAGE ═══════════════════════════════════════════════════════ #}
| NAME | STATUS | CPU | MEMORY | NET I/O | DISK I/O | IMAGE | PORTS |
|---|---|---|---|---|---|---|---|
| {{ c.name }} | {% if 'Up' in c.status %} Running {% else %} Stopped {% endif %} | — | — | — | {{ c.image }} | {{ c.ports or '—' }} | |
No containers found | |||||||
| NAME | OWNER | STATUS | CPU | MEMORY | NET I/O | IMAGE | PORTS |
|---|---|---|---|---|---|---|---|
Loading… | |||||||
⚠ Healthy running containers will be skipped automatically.