[pve-devel] [PATCH manager/qemu-server/container v3 0/1] Add checkbox for automatic restart of CT/VM after rollback
Stefan Hanreich
s.hanreich at proxmox.com
Wed Sep 14 10:30:51 CEST 2022
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
More information about the pve-devel
mailing list