mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
lint: fix eslint
Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com> (cherry picked from commit 70a56c75b0314a9d496c41ed7ed81eceb6ce6b51)
This commit is contained in:
parent
1c65b71e35
commit
00c884cda0
@ -1389,7 +1389,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
setBootMethod(boot = { efi: false, secureBoot: false, efiPersistentStateEnabled: false }) {
|
setBootMethod(boot = {
|
||||||
|
efi: false, secureBoot: false, efiPersistentStateEnabled: false
|
||||||
|
}) {
|
||||||
if (boot.efi) {
|
if (boot.efi) {
|
||||||
set(this.spec.template.spec.domain, 'firmware.bootloader.efi.secureBoot', boot.secureBoot);
|
set(this.spec.template.spec.domain, 'firmware.bootloader.efi.secureBoot', boot.secureBoot);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user