[pve-devel] [PATCH manager 0/7] WebUI: make HA management easier
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Oct 11 12:09:40 CEST 2017
First two patches make adding a new services over DC->HA->Add more
confortable by switching out the simple VMID integer spinner with a
combobox grid showing more details for each VM/CT, addressing #1517
Third one is a small cleanup patch.
And the rest addresses #1518.
We add a 'More' Button to the VM and CT Config Panel (its base panel)
and move all buttons which may result in config changes there.
After that we have separated power/migrate actions from system
affecting actions (clone, remove, convert to template, HA).
Thomas Lamprecht (7):
ui: add VM ComboSelector
ui: ha: use vmComboSelector when adding new resource
ui: ha: make vote warning shorter
ui: add PVE.menu.Item
ui: qemu: combine system changing buttons
ui: qemu: add HA manage menu item to panel
ui: lxc: add 'more' button with HA manage menu item to panel
www/manager6/Makefile | 1 +
www/manager6/form/VMSelector.js | 99 ++++++++++++++++++++++++++++++++++++++++
www/manager6/ha/ResourceEdit.js | 40 ++++++++++------
www/manager6/lxc/Config.js | 42 ++++++++++++-----
www/manager6/menu/MenuItem.js | 46 ++++++++++++++++++
www/manager6/qemu/Config.js | 67 ++++++++++++++++-----------
6 files changed, 244 insertions(+), 51 deletions(-)
create mode 100644 www/manager6/menu/MenuItem.js
--
2.11.0
More information about the pve-devel
mailing list