Update configurator-docker.component.ts

This commit is contained in:
piotrpekala7 2020-09-09 17:37:15 +02:00
parent 169a06fd3a
commit 8205c65799

View File

@ -54,7 +54,7 @@ export class ConfiguratorDialogDockerComponent implements OnInit {
this.node = node; this.node = node;
this.name = node.name; this.name = node.name;
this.getConfiguration(); this.getConfiguration();
if (!this.node.properties.memory) this.node.properties.cpus = 0.0; if (!this.node.properties.cpus) this.node.properties.cpus = 0.0;
}); });
} }