Update configurator-qemu.component.ts

This commit is contained in:
piotrpekala7 2020-04-10 14:35:44 +02:00
parent 3f4bb0b172
commit 10f7376030

View File

@ -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();