replicate_network_connection_state added to qemu configurator

This commit is contained in:
piotrpekala7 2020-06-08 16:05:59 +02:00
parent eb9102769c
commit 2b380a2699
2 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,7 @@ export class Properties {
qemu_path: string;
environment: string;
extra_hosts: string;
replicate_network_connection_state: boolean;
}
export class Node {

View File

@ -155,6 +155,9 @@
<br/><mat-checkbox [(ngModel)]="node.properties.legacy_networking">
Use the legacy networking mode
</mat-checkbox>
<br/><mat-checkbox [(ngModel)]="node.properties.replicate_network_connection_state">
Replicate network connection state
</mat-checkbox>
<app-custom-adapters-table
#customAdapters
[networkTypes]="networkTypes"