mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-18 16:32: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;
|
||||
environment: string;
|
||||
extra_hosts: string;
|
||||
replicate_network_connection_state: boolean;
|
||||
}
|
||||
|
||||
export class Node {
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user