]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Utils.js
ui: CPUModelSelector: use API call for store
authorStefan Reiter <s.reiter@proxmox.com>
Mon, 4 May 2020 10:58:42 +0000 (12:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Jun 2020 13:51:11 +0000 (15:51 +0200)
commit4546808caa19b26d30488dc0bffec7e9a6c5e8c8
tree9c038028ee630790d1c8e3d422dad0e09969d62d
parentb839766e7d31a6d691d8c602a00a2461d41fb9bb
ui: CPUModelSelector: use API call for store

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 <s.reiter@proxmox.com>
www/manager6/Utils.js
www/manager6/form/CPUModelSelector.js