You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hooks.tmpl 347B

123456789
  1. {{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin hooks")}}
  2. <div class="admin-setting-content">
  3. {{template "repo/settings/webhook/base_list" .SystemWebhooks}}
  4. {{template "repo/settings/webhook/base_list" .DefaultWebhooks}}
  5. {{template "repo/settings/webhook/delete_modal" .}}
  6. </div>
  7. {{template "admin/layout_footer" .}}