mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-28 08:48:50 +00:00
Merge pull request #1492 from GNS3/feature/custom-qemu-path
Support for custom Qemu paths
This commit is contained in:
commit
11e1c382b2
@ -275,6 +275,9 @@
|
||||
<mat-card-title></mat-card-title>
|
||||
<mat-card-subtitle> Additional settings </mat-card-subtitle>
|
||||
<mat-card-content>
|
||||
<mat-form-field class="form-field">
|
||||
<input matInput type="text" [(ngModel)]="qemuTemplate.qemu_path" placeholder="Custom Qemu binary path" />
|
||||
</mat-form-field>
|
||||
<mat-form-field class="form-field">
|
||||
<input matInput type="text" [(ngModel)]="qemuTemplate.options" placeholder="Options" />
|
||||
</mat-form-field>
|
||||
|
@ -234,6 +234,9 @@
|
||||
<mat-card-title></mat-card-title>
|
||||
<mat-card-subtitle> Additional settings </mat-card-subtitle>
|
||||
<mat-card-content>
|
||||
<mat-form-field class="form-field">
|
||||
<input matInput type="text" [(ngModel)]="node.properties.qemu_path" placeholder="Qemu binary path" />
|
||||
</mat-form-field>
|
||||
<mat-form-field class="form-field">
|
||||
<input matInput type="text" [(ngModel)]="node.properties.options" placeholder="Options" />
|
||||
</mat-form-field>
|
||||
|
Loading…
Reference in New Issue
Block a user