mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-01 08:48:04 +00:00
Update configurator-qemu.component.ts
This commit is contained in:
parent
3f4bb0b172
commit
10f7376030
@ -99,7 +99,7 @@ export class ConfiguratorDialogQemuComponent implements OnInit {
|
||||
this.consoleTypes = this.qemuConfigurationService.getConsoleTypes();
|
||||
this.onCloseOptions = this.qemuConfigurationService.getOnCloseOptions();
|
||||
this.qemuConfigurationService.getNetworkTypes().forEach(n => {
|
||||
this.networkTypes.push(n[0]);
|
||||
this.networkTypes.push(n);
|
||||
});
|
||||
this.bootPriorities = this.qemuConfigurationService.getBootPriorities();
|
||||
this.diskInterfaces = this.qemuConfigurationService.getDiskInterfaces();
|
||||
|
Loading…
x
Reference in New Issue
Block a user