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