refs #2118. Fixed bug in manage-repo form
parent
f94d522420
commit
6c7951be31
|
@ -30,8 +30,8 @@ export class ManageRepositoryComponent implements OnInit {
|
|||
this.imageForm = this.fb.group({
|
||||
name: [null, Validators.required],
|
||||
ip: [null],
|
||||
sshPort: [null],
|
||||
user: [null],
|
||||
sshPort: ['22'],
|
||||
user: ['opengnsys'],
|
||||
comments: [null],
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue