summaryrefslogtreecommitdiffstats
path: root/templates/admin/hooks.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/admin/hooks.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/admin/hooks.tmpl b/templates/admin/hooks.tmpl
new file mode 100644
index 0000000..c77d27d
--- /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" .}}