[pve-devel] [PATCH widget-toolkit/manager/docs] advanced gui
Dominik Csapak
d.csapak at proxmox.com
Thu Apr 5 16:03:43 CEST 2018
this series implements the first part of the advanced gui
during this change, i reorganized/reworked some components
(e.g. the lxc MPEdit)
this includes some minor changes in the docs to reflect the changes
we still have to update the screenshot
(optimally with advanced enabled)
proxmox-widget-toolkit
Dominik Csapak (2):
add advanced options to the input panel
add a checkbox to edit windows for advanced options
panel/InputPanel.js | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++
window/Edit.js | 39 ++++++++++++++++++++++++++
2 files changed, 118 insertions(+)
pve-manager
Dominik Csapak (11):
add advanced checkbox to the wizard
qemu/HDEdit.js: move some fields into advanced options
rework ProcessorEdit and merge with CPUOptions using advanced options
remove CPUOptions
qemu/HDEdit: move diskthrottling to advanced options
qemu/MemoryEdit: rework panel and move most things in advanced options
qemu/NetworkEdit: rework panel for advanced options
qemu/CreateWizard: add advanced options on general tab
lxc/ResoureEdit: move some cpu fields to advanced options
Utils: add forEachMP
lxc/MPEdit: rework for advanced options
www/manager6/Makefile | 2 -
www/manager6/Utils.js | 23 ++
www/manager6/form/DiskStorageSelector.js | 9 +
www/manager6/lxc/MPEdit.js | 441 +++++++++++++++----------------
www/manager6/lxc/ResourceEdit.js | 69 +++--
www/manager6/lxc/Resources.js | 24 +-
www/manager6/qemu/CPUOptions.js | 77 ------
www/manager6/qemu/CreateWizard.js | 69 ++++-
www/manager6/qemu/HDEdit.js | 161 +++++++++--
www/manager6/qemu/HDThrottle.js | 209 ---------------
www/manager6/qemu/HardwareView.js | 49 ----
www/manager6/qemu/MemoryEdit.js | 173 +++++-------
www/manager6/qemu/NetworkEdit.js | 86 +++---
www/manager6/qemu/ProcessorEdit.js | 205 ++++++++------
www/manager6/window/Wizard.js | 23 ++
15 files changed, 749 insertions(+), 871 deletions(-)
delete mode 100644 www/manager6/qemu/CPUOptions.js
delete mode 100644 www/manager6/qemu/HDThrottle.js
pve-docs
Dominik Csapak (2):
fix wording for new memory dialog for qemu
mention that NAT mode is not available on the WebUI
qm.adoc | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
--
2.11.0
More information about the pve-devel
mailing list