mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add option to delete webhooks.
This commit is contained in:
14
resources/views/webhooks/show.twig
Normal file
14
resources/views/webhooks/show.twig
Normal 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 %}
|
Reference in New Issue
Block a user