{% extends "admin/base.html" %} {% block title %}目标管理 - Webhook{% endblock %} {% block content %}

转发目标列表

{% for t in targets %} {% endfor %}
ID 名称 URL 超时(ms) 操作
{{ t.id }} {{ t.name }} {{ t.url }} {{ t.timeout_ms }}
{% endblock %} {% block scripts %} {% endblock %}