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