mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 13:36:37 +00:00
gui: qemu/HardwareView: remove Keyboard setting
this is deprecated and should not be necessary anymore, since qemu and novnc can handle this better if no keyboard layout is set Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
8d554444e6
commit
755f4e5469
@ -127,15 +127,6 @@ Ext.define('PVE.qemu.HardwareView', {
|
||||
return res;
|
||||
}
|
||||
},
|
||||
keyboard: {
|
||||
header: gettext('Keyboard Layout'),
|
||||
never_delete: true,
|
||||
editor: caps.vms['VM.Config.Options'] ? 'PVE.qemu.KeyboardEdit' : undefined,
|
||||
tdCls: 'pve-itype-icon-keyboard',
|
||||
group: 1,
|
||||
defaultValue: '',
|
||||
renderer: PVE.Utils.render_kvm_language
|
||||
},
|
||||
vga: {
|
||||
header: gettext('Display'),
|
||||
editor: caps.vms['VM.Config.HWType'] ? 'PVE.qemu.DisplayEdit' : undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user