[pve-devel] [PATCH manager 0/7] add system tab in wizard

Dominik Csapak d.csapak at proxmox.com
Wed Mar 27 14:13:16 CET 2019


this series adds a new tab in the vm wizard: system

it is used to configure the system hardware of a vm (like scsihw)
also moves/adds some options to the hardwareview from the options

the icons i chose are only my suggestion, if someone has a better
idea for them, please share it :)

Dominik Csapak (7):
  gui: qemu/HardwareView: prepare Hardwareview for font-awesome icons
  gui: add qemu/SystemEdit
  gui: add system panel to the vm creation wizard
  gui: qemu/HardwareView: add space between groups
  gui: qemu/HardwareView: remove Keyboard setting
  gui: qemu/HardwareView: move scsihw and bios to HardwareView
  gui: qemu/HardwareView: add machine to HardwareView

 www/css/ext6-pve.css              |  8 ++++
 www/manager6/Makefile             |  1 +
 www/manager6/Utils.js             |  4 ++
 www/manager6/qemu/CreateWizard.js | 19 +++++----
 www/manager6/qemu/HDEdit.js       | 10 ++---
 www/manager6/qemu/HardwareView.js | 70 +++++++++++++++++++++++--------
 www/manager6/qemu/OSTypeEdit.js   |  3 +-
 www/manager6/qemu/Options.js      | 12 ------
 www/manager6/qemu/SystemEdit.js   | 86 +++++++++++++++++++++++++++++++++++++++
 9 files changed, 168 insertions(+), 45 deletions(-)
 create mode 100644 www/manager6/qemu/SystemEdit.js

-- 
2.11.0





More information about the pve-devel mailing list