Re: [pve-devel] [PATCH manager 5/6] ui: CPUModelSelector: use API call for store

2020-04-23 Thread Dominik Csapak
comments inline On 4/22/20 3:39 PM, Stefan Reiter wrote: CPU models are retrieved from the new /nodes/X/cpu call and ordered by vendor to approximate the previous sort order (less change for accustomed users). With this, custom CPU models are now selectable via the GUI. Signed-off-by: Stefan R

[pve-devel] [PATCH manager 5/6] ui: CPUModelSelector: use API call for store

2020-04-22 Thread Stefan Reiter
CPU models are retrieved from the new /nodes/X/cpu call and ordered by vendor to approximate the previous sort order (less change for accustomed users). With this, custom CPU models are now selectable via the GUI. Signed-off-by: Stefan Reiter --- www/manager6/form/CPUModelSelector.js | 221