-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker 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.