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)) {
|
||||
return {
|
||||
CableNetwork: {
|
||||
net: undefined,
|
||||
net: window.VM?.ic10vm.defaultNetwork,
|
||||
typ: conn.typ
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user