mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-14 14:59:31 +00:00

if we need to enforce ordering it may help to reintroduce them though. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
6 lines
186 B
JavaScript
6 lines
186 B
JavaScript
Ext.define('PVE.form.VNCKeyboardSelector', {
|
|
extend: 'Proxmox.form.KVComboBox',
|
|
alias: ['widget.VNCKeyboardSelector'],
|
|
comboItems: Object.entries(PVE.Utils.kvm_keymaps),
|
|
});
|