diff --git a/src/app/cartography/models/node.ts b/src/app/cartography/models/node.ts index e60f7202..7fa9ff3e 100644 --- a/src/app/cartography/models/node.ts +++ b/src/app/cartography/models/node.ts @@ -64,7 +64,7 @@ export class Node { console_auto_start: boolean; console_host: string; console_type: string; - custom_adapters?: CustomAdapter[]; + custom_adapters?: any[]; ethernet_adapters?: any; serial_adapters?: any; first_port_name: string; diff --git a/src/app/components/project-map/node-editors/configurator/docker/configure-custom-adapters/configure-custom-adapters.component.html b/src/app/components/project-map/node-editors/configurator/docker/configure-custom-adapters/configure-custom-adapters.component.html index fdd10d4a..7cebbcd5 100644 --- a/src/app/components/project-map/node-editors/configurator/docker/configure-custom-adapters/configure-custom-adapters.component.html +++ b/src/app/components/project-map/node-editors/configurator/docker/configure-custom-adapters/configure-custom-adapters.component.html @@ -1,12 +1,28 @@

Configure custom adapters for node {{node.name}}

-