Since the previous patch we have decided to implement a new component that can be used for creating confirmation dialogs with form fields. The new component should be similar to the MessageBox, except it can contain form fields. It also automatically calls an API endpoint when the user confirms the message.
pve-container: Stefan Hanreich (1): fix #4228: add start parameter to rollback endpoint for automatic restarting of CT src/PVE/API2/LXC/Snapshot.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) pve-manager: Stefan Hanreich (1): fix #4228: ui: add automatic restarting to snapshot rollback dialog www/manager6/Makefile | 1 + www/manager6/tree/SnapshotTree.js | 42 +++++++--- www/manager6/window/Confirm.js | 135 ++++++++++++++++++++++++++++++ 3 files changed, 165 insertions(+), 13 deletions(-) create mode 100644 www/manager6/window/Confirm.js qemu-server: Stefan Hanreich (1): fix #4228: add start parameter to rollback endpoint for automatic restarting of VM PVE/API2/Qemu.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel