deleted templates folder

This commit is contained in:
2024-07-23 13:10:38 +02:00
parent 58f37a4602
commit 061b92c8e3
486 changed files with 0 additions and 0 deletions

9
admin/hooks.tmpl Normal file
View File

@ -0,0 +1,9 @@
{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin hooks")}}
<div class="admin-setting-content">
{{template "repo/settings/webhook/base_list" .SystemWebhooks}}
{{template "repo/settings/webhook/base_list" .DefaultWebhooks}}
{{template "repo/settings/webhook/delete_modal" .}}
</div>
{{template "admin/layout_footer" .}}