mirror of
https://gitee.com/gitea/gitea
synced 2026-01-04 22:55:47 +08:00
Clean api code
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<div class="panel-heading">
|
||||
Manage Webhook
|
||||
</div>
|
||||
|
||||
<div class="panel-body">
|
||||
<div class="col-md-7">
|
||||
<p>We’ll send a POST request to the URL below with details of any subscribed events.</p>
|
||||
@@ -51,6 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel-footer">
|
||||
<button class="btn btn-primary">Update Webhook</button>
|
||||
<a href="/{{.Owner.Name}}/{{.Repository.Name}}/settings/hooks?remove="><button class="btn btn-danger">Delete Webhook</button></a>
|
||||
@@ -61,6 +63,7 @@
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Recent Deliveries</h3>
|
||||
</div>
|
||||
|
||||
<div class="panel-body">
|
||||
Coming soon
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user