diff options
Diffstat (limited to '')
-rw-r--r-- | templates/admin/hooks.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/admin/hooks.tmpl b/templates/admin/hooks.tmpl new file mode 100644 index 00000000..c77d27db --- /dev/null +++ b/templates/admin/hooks.tmpl @@ -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" .}} |