mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 13:48:26 +00:00
fix jslint error
trailing comma Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
7e06d55dd6
commit
6f6bb9c2eb
@ -10,7 +10,7 @@ Ext.define('PVE.qemu.BiosEdit', {
|
||||
fieldStyle: 'background-color: LightYellow;',
|
||||
value: gettext('You need to add an EFI disk for storing the ' +
|
||||
'EFI settings. See the online help for details.'),
|
||||
hidden: true,
|
||||
hidden: true
|
||||
});
|
||||
|
||||
Ext.applyIf(me, {
|
||||
|
Loading…
Reference in New Issue
Block a user