[GH-ISSUE #5104] [UX] add deleted object name to deletion confirmation dialogs #3106

Open
opened 2026-02-26 07:37:52 +03:00 by kerem · 0 comments
Owner

Originally created by @landure on GitHub (Dec 24, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5104

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

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.

Originally created by @landure on GitHub (Dec 24, 2025). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5104 **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? - Yes - Are you sure you're not using someone else's docker image? - Yes - Have you searched for similar issues (both open and closed)? - Yes **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](https://github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3106
No description provided.