2023-09-05 14:00:28 +02:00
|
|
|
<h4 class="ui top attached header">
|
2023-09-06 12:11:06 +02:00
|
|
|
{{.CustomHeaderTitle}}
|
2024-02-15 14:59:48 +01:00
|
|
|
<div class="ui right type dropdown">
|
|
|
|
<div class="text gt-df gt-ac">
|
|
|
|
{{template "shared/webhook/icon" (dict "Size" 20 "HookType" .ctxData.HookType)}}
|
|
|
|
{{ctx.Locale.Tr (print "repo.settings.web_hook_name_" .ctxData.HookType)}}
|
|
|
|
</div>
|
|
|
|
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
|
|
|
{{template "repo/settings/webhook/link_menu" .ctxData}}
|
2023-09-05 14:00:28 +02:00
|
|
|
</div>
|
|
|
|
</h4>
|
|
|
|
<div class="ui attached segment">
|
2023-01-14 10:07:01 +01:00
|
|
|
{{template "repo/settings/webhook/forgejo" .ctxData}}
|
2023-09-06 12:11:06 +02:00
|
|
|
{{template "repo/settings/webhook/gitea" .ctxData}}
|
|
|
|
{{template "repo/settings/webhook/gogs" .ctxData}}
|
|
|
|
{{template "repo/settings/webhook/slack" .ctxData}}
|
|
|
|
{{template "repo/settings/webhook/discord" .ctxData}}
|
|
|
|
{{template "repo/settings/webhook/dingtalk" .ctxData}}
|
|
|
|
{{template "repo/settings/webhook/telegram" .ctxData}}
|
|
|
|
{{template "repo/settings/webhook/msteams" .ctxData}}
|
|
|
|
{{template "repo/settings/webhook/feishu" .ctxData}}
|
|
|
|
{{template "repo/settings/webhook/matrix" .ctxData}}
|
|
|
|
{{template "repo/settings/webhook/wechatwork" .ctxData}}
|
|
|
|
{{template "repo/settings/webhook/packagist" .ctxData}}
|
2023-09-05 14:00:28 +02:00
|
|
|
</div>
|
2023-09-06 12:11:06 +02:00
|
|
|
{{template "repo/settings/webhook/history" .ctxData}}
|