mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Expand webhook code.
This commit is contained in:
12
resources/views/webhooks/index.twig
Normal file
12
resources/views/webhooks/index.twig
Normal file
@@ -0,0 +1,12 @@
|
||||
{% set VUE_SCRIPT_NAME = 'webhooks/index' %}
|
||||
{% extends './layout/default' %}
|
||||
{% block breadcrumbs %}
|
||||
{{ Breadcrumbs.render(Route.getCurrentRoute.getName, objectType) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="webhooks_index"></div>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user