{% extends "layout.html" %}{% block content %}

Runs

Every recorded pipeline run, newest first: how the funnel narrowed, what it cost and whether it finished clean.

{% if !status.is_empty() %}Reset{% endif %}
{% if runs.len() > 1 %}{% endif %}
{% for run in runs %}{% endfor %}{% if runs.is_empty() %}{% endif %}
rundatestatusstarteddurationconsidered → eligible → triaged → assessed → shortlisted → selectedcosttotalwarnings
{{ run.id }} {{ run.date }} {{ run.status }}{% if run.dry_run %} dry{% endif %} {{ run.started }} {{ run.duration }} {{ run.funnel }} {{ run.costs }} {{ run.total }} {% if run.warnings > 0 %}{{ run.warnings }}{% else %}0{% endif %}
No runs match this filter.
{% include "dashboard/_pager.html" %}
{% endblock %}