Add option to delete webhooks.

This commit is contained in:
James Cole
2022-09-18 05:49:56 +02:00
parent 625ad14d7d
commit d9245f06f7
58 changed files with 768 additions and 43 deletions

View File

@@ -0,0 +1,14 @@
{% set VUE_SCRIPT_NAME = 'webhooks/show' %}
{% extends './layout/default' %}
{% block breadcrumbs %}
{{ Breadcrumbs.render(Route.getCurrentRoute.getName, webhook) }}
{% endblock %}
{% block content %}
<div id="webhooks_show"></div>
{% endblock %}
{% block scripts %}
<script type="text/javascript" nonce="{{ JS_NONCE }}">
var previousUrl = '{{ previousUrl }}';
</script>
{% endblock %}