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