{# docker/_container_history.html — CPU/mem sparklines for the selected range #} {% if have_data %}
CPU %
{{ sparkline_cpu | safe }}
Memory %
{{ sparkline_mem | safe }}
{% else %}
Not enough samples in this range yet — history fills in as the agent reports.
{% endif %}