{% extends "base.html" %} {% block title %}Sraosha — {{ contract.title }}{% endblock %} {% block head %} {% endblock %} {% block breadcrumbs %}
{{ contract.description }}
{% endif %}| Time | Status | Checks | Duration | By |
|---|---|---|---|---|
| {{ run.run_at.strftime('%Y-%m-%d %H:%M') }} | {% if run.status == "passed" %} passed {% elif run.status == "failed" %} failed {% else %} {{ run.status }} {% endif %} | {{ run.checks_passed }}/{{ run.checks_total }} | {{ "%dms" % run.duration_ms if run.duration_ms else "—" }} | {{ run.triggered_by or "—" }} |
No runs yet.
{% endif %}