2022-12-20 09:07:13 +00:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 22:56:10 +00:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content organization settings webhooks">
|
2022-12-20 09:07:13 +00:00
|
|
|
{{template "org/header" .}}
|
|
|
|
<div class="ui container">
|
|
|
|
<div class="ui grid">
|
|
|
|
{{template "org/settings/navbar" .}}
|
|
|
|
<div class="ui twelve wide column content">
|
|
|
|
{{template "base/alert" .}}
|
2023-02-01 12:53:04 +00:00
|
|
|
{{template "shared/secrets/add_list" .}}
|
2022-12-20 09:07:13 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{template "base/footer" .}}
|