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