2022-12-20 02:07:13 -07:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 15:56:10 -07:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content organization settings webhooks">
|
2022-12-20 02:07:13 -07: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 05:53:04 -07:00
|
|
|
{{template "shared/secrets/add_list" .}}
|
2022-12-20 02:07:13 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{template "base/footer" .}}
|