[pve-devel] [PATCH manager 1/2] ui: add SafeDestroyResource window
Daniel Kral
d.kral at proxmox.com
Tue Sep 23 09:50:49 CEST 2025
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 <m.koeppl at proxmox.com>
> ---
> 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!
More information about the pve-devel
mailing list