mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-17 22:38:08 +00:00
Option to choose server type for node added
This commit is contained in:
@ -46,6 +46,14 @@
|
||||
<input type="number" matInput formControlName="numberOfNodes" placeholder="Enter number of nodes (default value is 1)" />
|
||||
</mat-form-field>
|
||||
</form>
|
||||
<mat-select
|
||||
*ngIf="selectedTemplate"
|
||||
placeholder="Choose server for node"
|
||||
[(ngModel)]="selectedTemplate.compute_id">
|
||||
<mat-option *ngFor="let type of nodeServers" [value]="type">
|
||||
{{type}}
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
|
||||
<div class="title-container">
|
||||
<h6>Position</h6>
|
||||
|
Reference in New Issue
Block a user