{# status/rows.html — unified monitor list + summary, refreshed on poll #} {% macro uptime_cell(pct) %} {%- if pct is none -%}— {%- elif pct >= 99.9 -%}{{ "%.2f"|format(pct) }}% {%- elif pct >= 99 -%}{{ "%.2f"|format(pct) }}% {%- elif pct >= 95 -%}{{ "%.2f"|format(pct) }}% {%- else -%}{{ "%.2f"|format(pct) }}% {%- endif -%} {% endmacro %} {# ── Summary ─────────────────────────────────────────────────────────────── #}
Heartbeat shows the last 30 checks (newest on the right). Uptime % is over the rolling window. TLS countdown applies to HTTPS monitors.
{% endif %}