{% extends "base.html" %} {% block title %}Deliveries — {{ webhook.url }} — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}
{{ webhook.url }}
| Status | Event | Response | Duration | Attempt | Delivered |
|---|---|---|---|---|---|
| {% if d.success %} OK {% else %} Failed {% endif %} | {{ d.event_type }} | {{ d.response_status|default:"--" }} | {{ d.duration_ms }}ms | #{{ d.attempt }} | {{ d.delivered_at|timesince }} ago |
No deliveries yet.