Edit page for Ios routers

This commit is contained in:
Piotr Pekala
2019-02-05 04:40:26 -08:00
parent 43d08a9044
commit 71f76be839
7 changed files with 397 additions and 229 deletions

View File

@ -1,4 +1,4 @@
<div class="content" [ngClass]="{ shadowed: isSymbolSelectionOpened }">
<div class="content">
<div class="default-header">
<div class="row">
<h1 class="col">New IOS router</h1>
@ -99,7 +99,7 @@
</mat-step>
<mat-step label="WIC modules">
<div *ngIf="iosTemplate.platform && networkModules[iosTemplate.platform]">
<div *ngFor="let index of [0,1,2,3,4,5,6,7]">
<div *ngFor="let index of [0,1,2,3]">
<mat-select
placeholder="WIC {{index}}"
[(ngModel)]="networkModulesForTemplate[index]"