]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/qemu/DisplayEdit.js
ui: utils: drop some useles _array helpers, just use Object.entries
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Apr 2022 07:05:35 +0000 (09:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Apr 2022 07:07:14 +0000 (09:07 +0200)
commit56148f253edb21a3b83ee6283c9e97b298b1e1cf
tree62cf4a49b0585d0f3b556b5f27680e7feb02b2ec
parentb7004b4682479cd1de1efca17abfc15ba278d199
ui: utils: drop some useles _array helpers, just use Object.entries

if we need to enforce ordering it may help to reintroduce them
though.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/Utils.js
www/manager6/dc/OptionView.js
www/manager6/form/VNCKeyboardSelector.js
www/manager6/qemu/DisplayEdit.js
www/manager6/qemu/SystemEdit.js