mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #5104] [UX] add deleted object name to deletion confirmation dialogs #3106
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @landure on GitHub (Dec 24, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5104
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
When deleting a certificate, the message is:
Are you sure you want to delete this Certificate?.When deleting a proxy host, the message is:
Are you sure you want to delete this Proxy Host?.It does not confirm the deletion for the specific deleted resource, and can lead to unwanted actions.
Nginx Proxy Manager Version
v2.13.5
Expected behavior
When deleting a certificate, the message should be:
Are you sure you want to delete the Certificate named "www.example.com" ?.When deleting a proxy host, the message should be:
Are you sure you want to delete the Proxy Host which source is "www.example.com" and target is "https://app.local:443" ?.and so on for all resources deletion.