[pve-devel] [PATCH manager v7 0/3] allow importing vm disk images on the UI
Dominik Csapak
d.csapak at proxmox.com
Tue Apr 8 14:13:09 CEST 2025
this is a continuation of my previous series [0]
It enables importing disks on the UI in the HardwareView of a vm,
in the create wizard, and in the storage content view.
I split the patches so that the wizard and storage content view one are
separate, so they can be reviewed independently.
changes from v6:
* drop applied patches
* make import in hd edit panel dependant on configuration, instead of
showing a checkbox
* wizard and HardwareView got an explicit import button
* make the import button work on the storage content view for disk
images
* split patches for hdedit, wizard and storage content
0: https://lore.proxmox.com/pve-devel/20250407101310.3196974-1-d.csapak@proxmox.com/
Dominik Csapak (3):
ui: qemu hd edit: allow importing a disk from the import storage
ui: vm create wizard: allow importing disks
ui: import storage content: allow importing of vm disk images
www/manager6/panel/MultiDiskEdit.js | 36 ++++-
www/manager6/qemu/HDEdit.js | 200 ++++++++++++++++++++++++++--
www/manager6/qemu/HardwareView.js | 6 +
www/manager6/qemu/MultiHDEdit.js | 5 +-
www/manager6/storage/Browser.js | 22 ++-
5 files changed, 249 insertions(+), 20 deletions(-)
--
2.39.5
More information about the pve-devel
mailing list