Support for custom Qemu paths

This commit is contained in:
grossmj 2024-04-03 21:18:25 +07:00
parent 66b88c288d
commit d710c14218
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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>