mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-19 00:42:56 +00:00
replicate_network_connection_state added to qemu configurator
This commit is contained in:
parent
eb9102769c
commit
2b380a2699
@ -54,6 +54,7 @@ export class Properties {
|
|||||||
qemu_path: string;
|
qemu_path: string;
|
||||||
environment: string;
|
environment: string;
|
||||||
extra_hosts: string;
|
extra_hosts: string;
|
||||||
|
replicate_network_connection_state: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class Node {
|
export class Node {
|
||||||
|
@ -155,6 +155,9 @@
|
|||||||
<br/><mat-checkbox [(ngModel)]="node.properties.legacy_networking">
|
<br/><mat-checkbox [(ngModel)]="node.properties.legacy_networking">
|
||||||
Use the legacy networking mode
|
Use the legacy networking mode
|
||||||
</mat-checkbox>
|
</mat-checkbox>
|
||||||
|
<br/><mat-checkbox [(ngModel)]="node.properties.replicate_network_connection_state">
|
||||||
|
Replicate network connection state
|
||||||
|
</mat-checkbox>
|
||||||
<app-custom-adapters-table
|
<app-custom-adapters-table
|
||||||
#customAdapters
|
#customAdapters
|
||||||
[networkTypes]="networkTypes"
|
[networkTypes]="networkTypes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user