mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-18 14:58:15 +00:00
Update add-ios-template.component.html
This commit is contained in:
@ -109,14 +109,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</mat-step>
|
</mat-step>
|
||||||
<mat-step label="WIC modules">
|
<mat-step label="WIC modules">
|
||||||
<div *ngIf="iosTemplate.platform && networkModules[iosTemplate.platform]">
|
<div *ngIf="iosNameForm.get('platform').value">
|
||||||
<div *ngFor="let index of [0,1,2,3]">
|
<div *ngFor="let index of [0,1,2,3]">
|
||||||
<mat-select
|
<mat-select
|
||||||
placeholder="WIC {{index}}"
|
placeholder="WIC {{index}}"
|
||||||
[(ngModel)]="networkModulesForTemplate[index]"
|
[(ngModel)]="networkModulesForTemplate[index]"
|
||||||
[ngModelOptions]="{standalone: true}"
|
[ngModelOptions]="{standalone: true}"
|
||||||
*ngIf="networkModules[iosTemplate.platform][index]">
|
*ngIf="networkModules[iosNameForm.get('platform').value][index]">
|
||||||
<mat-option *ngFor="let option of networkModules[iosTemplate.platform][index]" [value]="option">
|
<mat-option *ngFor="let option of networkModules[iosNameForm.get('platform').value][index]" [value]="option">
|
||||||
{{option}}
|
{{option}}
|
||||||
</mat-option>
|
</mat-option>
|
||||||
</mat-select>
|
</mat-select>
|
||||||
|
Reference in New Issue
Block a user