{% extends "base.html" %} {% block title %}Webhook Logs - {{ webhook.name }} - SneakyScanner{% endblock %} {% block content %}

Webhook Delivery Logs

{{ webhook.name }}

URL: {{ webhook.url }}

Status: {% if webhook.enabled %} Enabled {% else %} Disabled {% endif %}

Loading...
{% endblock %} {% block scripts %} {% endblock %}