2023-04-23 12:21:21 +02:00
|
|
|
{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin settings new webhook")}}
|
|
|
|
<div class="admin-setting-content">
|
2019-03-19 03:33:20 +01:00
|
|
|
<h4 class="ui top attached header">
|
2021-01-15 00:24:03 +01:00
|
|
|
{{if .PageIsAdminDefaultHooksNew}}
|
2022-06-27 22:58:46 +02:00
|
|
|
{{.locale.Tr "admin.defaulthooks.add_webhook"}}
|
2021-01-15 00:24:03 +01:00
|
|
|
{{else if .PageIsAdminSystemHooksNew}}
|
2022-06-27 22:58:46 +02:00
|
|
|
{{.locale.Tr "admin.systemhooks.add_webhook"}}
|
2021-01-15 00:24:03 +01:00
|
|
|
{{else if .Webhook.IsSystemWebhook}}
|
2022-06-27 22:58:46 +02:00
|
|
|
{{.locale.Tr "admin.systemhooks.update_webhook"}}
|
2019-03-19 03:33:20 +01:00
|
|
|
{{else}}
|
2022-06-27 22:58:46 +02:00
|
|
|
{{.locale.Tr "admin.defaulthooks.update_webhook"}}
|
2019-03-19 03:33:20 +01:00
|
|
|
{{end}}
|
|
|
|
<div class="ui right">
|
2023-07-31 10:00:52 +02:00
|
|
|
{{template "shared/webhook/icon" .}}
|
2019-03-19 03:33:20 +01:00
|
|
|
</div>
|
|
|
|
</h4>
|
|
|
|
<div class="ui attached segment">
|
|
|
|
{{template "repo/settings/webhook/gitea" .}}
|
|
|
|
{{template "repo/settings/webhook/gogs" .}}
|
|
|
|
{{template "repo/settings/webhook/slack" .}}
|
|
|
|
{{template "repo/settings/webhook/discord" .}}
|
|
|
|
{{template "repo/settings/webhook/dingtalk" .}}
|
2019-08-27 00:59:10 +02:00
|
|
|
{{template "repo/settings/webhook/telegram" .}}
|
2019-04-19 16:18:06 +02:00
|
|
|
{{template "repo/settings/webhook/msteams" .}}
|
2020-02-12 09:48:28 +01:00
|
|
|
{{template "repo/settings/webhook/feishu" .}}
|
2020-06-03 04:04:52 +02:00
|
|
|
{{template "repo/settings/webhook/matrix" .}}
|
2021-07-23 06:41:27 +02:00
|
|
|
{{template "repo/settings/webhook/wechatwork" .}}
|
2022-01-23 14:46:30 +01:00
|
|
|
{{template "repo/settings/webhook/packagist" .}}
|
2019-03-19 03:33:20 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{template "repo/settings/webhook/history" .}}
|
|
|
|
</div>
|
2023-04-23 12:21:21 +02:00
|
|
|
{{template "admin/layout_footer" .}}
|