mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-14 21:56:34 +00:00
Add TPM support for Qemu VMs
This commit is contained in:
parent
313966548f
commit
2c015e695d
@ -55,6 +55,7 @@ export class Properties {
|
||||
extra_hosts: string;
|
||||
extra_volumes: string[];
|
||||
replicate_network_connection_state: boolean;
|
||||
tpm: boolean;
|
||||
}
|
||||
|
||||
export class Node {
|
||||
|
@ -238,6 +238,9 @@
|
||||
<mat-form-field class="form-field">
|
||||
<input matInput type="text" [(ngModel)]="node.properties.options" placeholder="Options" />
|
||||
</mat-form-field>
|
||||
<br /><mat-checkbox [(ngModel)]="node.properties.tpm">
|
||||
Enable the Trusted Platform Module (TPM)
|
||||
</mat-checkbox>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
</mat-tab>
|
||||
|
Loading…
x
Reference in New Issue
Block a user