Update gns3vm.component.html

This commit is contained in:
piotrpekala7 2020-05-08 14:52:46 +02:00
parent 82891b248f
commit afa9facb3a

View File

@ -28,7 +28,7 @@
</mat-checkbox>
<form *ngIf="gns3vm.engine !== 'remote'" [formGroup]="vmForm">
<mat-form-field *ngIf="gns3vm.engine === 'virtualbox' || gns3vm.engine === 'vmware'" class="form-field">
<input matInput type="number" placeholder="Port">
<input matInput type="number" [ngModelOptions]="{standalone: true}" [(ngModel)]="port" placeholder="Port">
</mat-form-field>
<mat-form-field class="form-field">
<input matInput formControlName="ram" type="number" placeholder="RAM">