]> git.proxmox.com Git - pve-manager.git/commit
Convert the VMIDSelector to a generic GuestIDSelector
authorEmmanuel Kasper <e.kasper@proxmox.com>
Tue, 13 Dec 2016 09:07:40 +0000 (10:07 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 19 Dec 2016 06:31:27 +0000 (07:31 +0100)
commited416f20248d46d95c9d1547a2e1b833aeb097d6
tree0e59c794528e8638ff1373ed460913397c04ebc0
parentf40069046db292bd3ce302f158b40a33691b064c
Convert the VMIDSelector to a generic GuestIDSelector

This allows to display a 'CT', a 'VM', or a 'CT/VM' label
to be displayed, depending on the context.

Currently when restoring a CT backup or creating a CT via the
wizard, we are asked to enter a  *VM* ID, which is confusing.
www/manager6/Makefile
www/manager6/form/GuestIDSelector.js [new file with mode: 0644]
www/manager6/form/VMIDSelector.js [deleted file]
www/manager6/ha/ResourceEdit.js
www/manager6/ha/Resources.js
www/manager6/lxc/CreateWizard.js
www/manager6/qemu/Clone.js
www/manager6/qemu/CreateWizard.js
www/manager6/window/Restore.js