[pve-devel] [PATCH v3 0/3] Fix #2041, #2272 GUI for Spice Enhancements
Aaron Lauterer
a.lauterer at proxmox.com
Fri Oct 4 12:09:11 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 along with the
needed documentation. Adding them to the VM creation wizard has been
postponed for now.
v2 -> v3:
* no changes to the VM creation wizard
* added documentation and links to it
* removed initComponent and placed items directly in the class
* added hint if spice is not set as display
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
pve-docs: Aaron Lauterer (1):
qm.adoc | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
pve-manager: Aaron Lauterer (2):
ui: add spice enhancements form component
ui: vm-options: add spice enhancements
www/manager6/Makefile | 1 +
www/manager6/Utils.js | 21 ++++++
www/manager6/form/SpiceEnhancementSelector.js | 69 +++++++++++++++++++
www/manager6/qemu/Options.js | 14 ++++
4 files changed, 105 insertions(+)
create mode 100644 www/manager6/form/SpiceEnhancementSelector.js
--
2.20.1
More information about the pve-devel
mailing list