Add toggle (activate/deactivate) and delete buttons for individual
entrypoints and targets on the webhook detail page. Each action is a
POST form submission with ownership verification.
New routes:
POST /source/{id}/entrypoints/{entrypointID}/delete
POST /source/{id}/entrypoints/{entrypointID}/toggle
POST /source/{id}/targets/{targetID}/delete
POST /source/{id}/targets/{targetID}/toggle
|
||
|---|---|---|
| .. | ||
| base.html | ||
| htmlheader.html | ||
| index.html | ||
| login.html | ||
| navbar.html | ||
| profile.html | ||
| source_detail.html | ||
| source_edit.html | ||
| source_logs.html | ||
| sources_list.html | ||
| sources_new.html | ||
| templates.go | ||