mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-18 10:46:35 +00:00
Update configurator-docker.component.ts
This commit is contained in:
parent
169a06fd3a
commit
8205c65799
@ -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;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user