Stefan Reiter 9160728253 Make CPU Model Selector a searchable grid view
Uses a ComboGrid with search feature and a column for vendor. Can be
sorted by both columns.

Default sort is as given in this file, I tried to align it as
* AMD
* Intel
* Other
alphabetically and in QEMU order (as before, seems to be release date?)
within those "groups".

Doesn't work with value set in widget definition (would need to be
preferredValue), but we always call setValue() anyway (and if we don't,
value will be '', aka the default, which is correct too), so just remove
that from ProcessorEdit.js.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-10-02 13:35:44 +02:00
..
2018-01-25 13:36:38 +01:00
2018-05-25 17:24:49 +02:00
2018-05-16 10:05:07 +02:00
2018-11-26 12:30:30 +01:00
2016-06-16 16:33:59 +02:00
2016-05-18 11:32:15 +02:00
2019-08-23 10:41:29 +02:00