mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
lint: fix eslint
Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
This commit is contained in:
parent
31a9abd5c2
commit
70a56c75b0
@ -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