[pve-devel] [PATCH manager 0/4] Fix #2041, #2272 GUI for Spice Enhancements

Aaron Lauterer a.lauterer at proxmox.com
Fri Sep 13 15:16:20 CEST 2019


With the server side patches applied[0] the GUI part for this was
missing.

This patch series adds the two current SPICE enhancements (folder
sharing, video streaming) to the Options panel of a VM and to the VM
creation wizard.

Updates to the documentation will follow.

Things I am not too happy about/appreciate feedback for:
* the phrasing in the options panel
* right now with this implementation the System tab in the VM creation
  wizard looks a bit unbalanced.

[0]: https://pve.proxmox.com/pipermail/pve-devel/2019-September/038799.html

Aaron Lauterer (4):
  Cleanup: align backslashes in manager6 Makefile
  spice: Add enhancements form component
  spice: Add enhancements to VM Options panel
  spice: Add enhancements to VM Creation wizard

 www/manager6/Makefile                         | 13 ++--
 www/manager6/Utils.js                         | 18 +++++
 www/manager6/form/SpiceEnhancementSelector.js | 66 +++++++++++++++++++
 www/manager6/qemu/Options.js                  | 13 ++++
 www/manager6/qemu/SystemEdit.js               | 18 ++++-
 5 files changed, 121 insertions(+), 7 deletions(-)
 create mode 100644 www/manager6/form/SpiceEnhancementSelector.js

-- 
2.20.1





More information about the pve-devel mailing list