mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-08-29 12:17:00 +00:00
12 lines
410 B
HTML
12 lines
410 B
HTML
{{ define "settings-panel-webhooks" }}
|
|
<section class="card bg-base-200 shadow-sm p-6 space-y-4">
|
|
<div>
|
|
<h2 class="text-xl font-semibold">Webhooks</h2>
|
|
<p class="text-base-content/70 mt-1">Get notified when images are pushed or vulnerability scans complete.</p>
|
|
</div>
|
|
<div id="webhooks-content">
|
|
{{ template "webhooks_list" .WebhooksData }}
|
|
</div>
|
|
</section>
|
|
{{ end }}
|