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

Aaron Lauterer a.lauterer at proxmox.com
Tue Sep 17 11:35:47 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 and links in the GUI will follow.

v1 -> v2:
* code cleanup / improvement
* rearranged the System panel in the VM creation wizard for a cleaner
  and easier to understand UI

[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 enhanecements 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 | 72 +++++++++++++++++++
 www/manager6/qemu/Options.js                  | 13 ++++
 www/manager6/qemu/SystemEdit.js               | 34 ++++++---
 5 files changed, 135 insertions(+), 15 deletions(-)
 create mode 100644 www/manager6/form/SpiceEnhancementSelector.js

-- 
2.20.1





More information about the pve-devel mailing list