When creating a VM for testing purposes, e.g. a VM that's supposed to have 8 disks to test something in regards to ZFS, it's necessary to manually edit the configuration and repeatedly click on all desired options by hand - for every single disk. I always wished there was a copy button, so I decided to just implement it myself.
These two patches are sent as RFC because I'm not 100% sure about the some of the naming, approaches and UI design decisions I have made, so it would be nice to get some feedback on that. In particular: - Maybe it's better to name the button "duplicate" instead of "copy"? * But that means it doesn't fit in the same row as the "add" button - Put the copy button next to the little icon for the delete button instead, displaying it for each list item? Max Carrara (1): input panel: add `raw` parameter to function `getValues` src/panel/InputPanel.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) Max Carrara (1): multi disk edit: add copy button www/manager6/panel/MultiDiskEdit.js | 78 +++++++++++++++++++++++++---- 1 file changed, 68 insertions(+), 10 deletions(-) -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel