Can add TPM2 chipset

This commit is contained in:
2023-12-11 16:44:04 +01:00
parent 299b63cd32
commit 749d31d98a
4 changed files with 53 additions and 2 deletions

View File

@ -187,6 +187,17 @@ function VMDetailsInner(
p.onChange?.();
}}
/>
<br />
<CheckboxInput
editable={p.editable}
label="Enable TPM 2.0 module"
checked={p.vm.tpm_module}
onValueChange={(v) => {
p.vm.tpm_module = v;
p.onChange?.();
}}
/>
{p.vm.uuid && (
<ResAutostartInput