mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-18 06:48:09 +00:00
Default settings for templates
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
<mat-form-field class="form-field">
|
||||
<mat-select
|
||||
placeholder="Image"
|
||||
(selectionChange)="onImageChosen($event)"
|
||||
formControlName="imageName">
|
||||
<mat-option *ngFor="let image of iosImages" [value]="image.filename">
|
||||
{{image.filename}}
|
||||
|
Reference in New Issue
Block a user