Am 07.04.25 um 10:38 schrieb Michael Köppl: > The confirmation dialogs of the following actions are affected by this > change: > * Remove > * Clone > * Migrate > * Snapshot > * Snapshot restore > * Backup VM/CT from config view > * Restore VM/CT from config view > > A combination of VM/CT id and name is added to each confirmation dialog. > The order of id and name depends on the sort field selected in the tree > settings. If "Name" is selected, the confirmation dialogs will show "VM > name (VMID)". In any other case, "VMID (VM name)" will be used. > > The VM/CT name is considered optional in all handled cases. If it is > undefined, only the VMID will be displayed in the dialog window. No > exceptions are thrown in case of an undefined guest name because it > only extends the information displayed to the user and is not essential > for performing any of the actions above. > > Signed-off-by: Michael Köppl <m.koe...@proxmox.com> > --- > www/manager6/Utils.js | 13 ++++++++++++- > www/manager6/grid/BackupView.js | 4 ++++ > www/manager6/lxc/CmdMenu.js | 9 ++++++++- > www/manager6/lxc/Config.js | 15 +++++++++++++-- > www/manager6/qemu/CmdMenu.js | 9 ++++++++- > www/manager6/qemu/Config.js | 15 +++++++++++++-- > www/manager6/tree/SnapshotTree.js | 12 ++++++++++-- > www/manager6/window/Backup.js | 6 +++--- > www/manager6/window/Clone.js | 7 +++++-- > www/manager6/window/Migrate.js | 10 ++++++++-- > www/manager6/window/Restore.js | 3 ++- > www/manager6/window/Snapshot.js | 7 ++++++- > 12 files changed, 92 insertions(+), 18 deletions(-) > >
applied, thanks! _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel