{% extends "base.html" %} {% block title %}Run {{ run.run_id[:12] }} — Repster{% endblock %} {% block content %}
| Project | {{ run.project }} |
| Flow | {{ run.flow }} |
| Deployment | {{ run.deployment_id[:12] }} |
| Trigger | {{ run.trigger }} |
| Started | {{ run.started_at | fmtts }} |
| Finished | {{ run.finished_at | fmtts }} |
| Rows loaded | {{ run.rows_loaded or '—' }} |
| Retry of | {{ run.retry_of[:12] }} |
{{ log_text or "(no logs yet)" }}
{% else %}
Loading logs…