default device templates to use the default network
This commit is contained in:
@@ -6,7 +6,7 @@ export function connectionFromDeviceDBConnection(conn: DeviceDBConnection): Conn
|
|||||||
if (CableNetworkTypes.includes(conn.typ)) {
|
if (CableNetworkTypes.includes(conn.typ)) {
|
||||||
return {
|
return {
|
||||||
CableNetwork: {
|
CableNetwork: {
|
||||||
net: undefined,
|
net: window.VM?.ic10vm.defaultNetwork,
|
||||||
typ: conn.typ
|
typ: conn.typ
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user