mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-16 14:38:52 +00:00
Update configurator-docker.component.ts
This commit is contained in:
parent
96928d86f8
commit
cc6b8cd28c
@ -39,7 +39,7 @@ export class ConfiguratorDialogDockerComponent implements OnInit {
|
||||
this.generalSettingsForm = this.formBuilder.group({
|
||||
name: new FormControl('', Validators.required),
|
||||
adapter: new FormControl('', Validators.required),
|
||||
startCommand: new FormControl('', Validators.required),
|
||||
startCommand: new FormControl(''),
|
||||
consoleHttpPort: new FormControl('', Validators.required),
|
||||
consoleHttpPath: new FormControl('', Validators.required),
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user