2023-04-23 15:51:21 +05:30
|
|
|
{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin hooks")}}
|
|
|
|
<div class="admin-setting-content">
|
2021-01-15 04:54:03 +05:30
|
|
|
|
|
|
|
{{template "repo/settings/webhook/base_list" .SystemWebhooks}}
|
|
|
|
{{template "repo/settings/webhook/base_list" .DefaultWebhooks}}
|
|
|
|
|
|
|
|
{{template "repo/settings/webhook/delete_modal" .}}
|
2019-03-19 08:03:20 +05:30
|
|
|
</div>
|
2023-04-23 15:51:21 +05:30
|
|
|
{{template "admin/layout_footer" .}}
|