mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 05:52:32 +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;',
|
fieldStyle: 'background-color: LightYellow;',
|
||||||
value: gettext('You need to add an EFI disk for storing the ' +
|
value: gettext('You need to add an EFI disk for storing the ' +
|
||||||
'EFI settings. See the online help for details.'),
|
'EFI settings. See the online help for details.'),
|
||||||
hidden: true,
|
hidden: true
|
||||||
});
|
});
|
||||||
|
|
||||||
Ext.applyIf(me, {
|
Ext.applyIf(me, {
|
||||||
|
Loading…
Reference in New Issue
Block a user