[pve-devel] [PATCH v4 0/3] CPUModelSelector rework to grid
Stefan Reiter
s.reiter at proxmox.com
Tue Sep 10 19:11:43 CEST 2019
Attempt number 4, this time as a regular sortable, searchable ComboGrid, without
any grouping finesse. Included in patch 1/4.
Patch 2 and 3 implement a better searching mechanism, that allows to search by
multiple columns. I found it rather annoying that one couldn't just search for
"AMD" or "intel" and see all related CPUs.
v4: Regular GridPanel with searching improvements
v3: Grouped grid-panel
v1/2: ComboBox with headers
manager: Stefan Reiter (2):
Make CPU Model Selector a searchable grid view
Allow CPUModelSelector to be searched by vendor as well
www/manager6/form/CPUModelSelector.js | 194 +++++++++++++++++++++-----
www/manager6/qemu/ProcessorEdit.js | 1 -
2 files changed, 160 insertions(+), 35 deletions(-)
widget-toolkit: Stefan Reiter (2):
Allow searching for multiple columns in ComboGrid
Auto-scroll to currently selected value on expand
form/ComboGrid.js | 95 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 95 insertions(+)
--
2.20.1
More information about the pve-devel
mailing list