mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-09 03:24:13 +00:00
Update add-ios-template.component.ts
This commit is contained in:
parent
e78ca38f30
commit
a75de3b179
@ -200,6 +200,7 @@ export class AddIosTemplateComponent implements OnInit {
|
||||
|
||||
if (this.platforms.includes(name.split('-')[0])) {
|
||||
this.iosNameForm.controls['platform'].setValue(name);
|
||||
this.iosNameForm.controls['chassis'].setValue('');
|
||||
this.iosMemoryForm.controls['memory'].setValue(this.defaultRam[name]);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user