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