LINBIT / linstor-gateway

Manages Highly-Available iSCSI targets, NVMe-oF targets, and NFS exports via LINSTOR
GNU General Public License v3.0
28 stars 6 forks source link

Implement confirmation dialog when deleting #23

Closed euh2 closed 10 months ago

euh2 commented 10 months ago

Simple but important feature: When doing i.e. linstor-gateway nfs delete my-nfs-export, there should be some confirmation. My first impression when testing this was that the export would be deleted, but data would remain. But everything is deleted. I want some guards protecting me from doing destructive actions!

chrboe commented 10 months ago

Simple but important

Agree on both counts :wink:

Thanks for the suggestion, I implemented it. Going through review now and should be in the next release.