wiedi / kumquat

small webhosting management portal
MIT License
15 stars 5 forks source link

Delete Question should include name of to be deleted item. #51

Closed carlos22 closed 4 years ago

carlos22 commented 4 years ago

Currently it only shows: "Are you sure?". But the user does not know which item is to be deleted. This is the case for all delete operations: VHosts, Domains, etc.

I would suggest a data-name attribute on all .confirm-delete items. The js can check for that and display it if it is available.

drscream commented 4 years ago

Feature is implemented in the shown pull request.