On Wed Sep 17, 2025 at 1:53 PM CEST, Michael Köppl wrote: > Add an extended removal dialog for HA resources, which also allows > setting a purge parameter through the checkbox. By default, the purge > option is enabled, updating rules referencing the resource and deleting > any rules that only have this resource left. > > Signed-off-by: Michael Köppl <[email protected]> > --- > www/manager6/Makefile | 1 + > www/manager6/window/SafeDestroyResource.js | 32 ++++++++++++++++++++++ > 2 files changed, 33 insertions(+) > create mode 100644 www/manager6/window/SafeDestroyResource.js
Hm, I think it would be better to extend the simple yes/no confirm dialog that was there before instead of the 'SafeDestroy' dialog, because the severity removing a HA resource is much lower than removing an entire guest. Else this looks good! _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
