[pve-devel] [PATCH manager 0/6] ui/qemu: Refactor and merge CPUOptions into ProcessorEdit
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Sep 26 13:56:43 CEST 2017
First rewrite the ProcessorInputPanel to declarative style
Then do some refactoring/cleanups in CPUOptions, prepare ProcessorEdit
for the merge and execute said merge.
Saves us some lines of code and a separate UI element.
First patch is quite straight forward and could be applied even if the
rest has (higher level) problems.
Thomas Lamprecht (6):
ui: refactor ProcessorInputPanel to declarative style
ui CPUOptions: cpulimits is not dependend of VM cores
ui CPUOptions: fix cpu.shares (cpuunits) range and name
ui ProcessorEdit: remove total core count displayfield
ui: merge CPUOptions into ProcessorEdit
ui ProcessorEdit: remove redundancy, 'NUMA' is a checkbox
www/manager6/Makefile | 1 -
www/manager6/qemu/CPUOptions.js | 76 -----------------
www/manager6/qemu/CreateWizard.js | 1 +
www/manager6/qemu/HardwareView.js | 22 -----
www/manager6/qemu/ProcessorEdit.js | 162 ++++++++++++++++++++++---------------
5 files changed, 97 insertions(+), 165 deletions(-)
delete mode 100644 www/manager6/qemu/CPUOptions.js
--
2.11.0
More information about the pve-devel
mailing list