diff --git a/src/app/components/project-map/node-editors/configurator/docker/configurator-docker.component.ts b/src/app/components/project-map/node-editors/configurator/docker/configurator-docker.component.ts index 157d00a2..18d54407 100644 --- a/src/app/components/project-map/node-editors/configurator/docker/configurator-docker.component.ts +++ b/src/app/components/project-map/node-editors/configurator/docker/configurator-docker.component.ts @@ -54,7 +54,7 @@ export class ConfiguratorDialogDockerComponent implements OnInit { this.node = node; this.name = node.name; this.getConfiguration(); - if (!this.node.properties.memory) this.node.properties.cpus = 0.0; + if (!this.node.properties.cpus) this.node.properties.cpus = 0.0; }); }