Can add TPM2 chipset
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user