Fix for network addapters c7200, c3725, c3745, c2691

This commit is contained in:
piotrpekala7
2020-06-03 12:49:05 +02:00
parent 7625ff5cfa
commit 6bf268b47f
4 changed files with 36 additions and 6 deletions

View File

@ -88,7 +88,7 @@
</form>
</mat-step>
<mat-step label="Network adapters">
<div *ngIf="chassis[iosNameForm.get('platform').value]">
<!-- <div *ngIf="chassis[iosNameForm.get('platform').value]">
<div *ngFor="let index of [0,1,2,3,4,5,6,7]">
<mat-select
placeholder="Slot {{index}}"
@ -100,8 +100,8 @@
</mat-option>
</mat-select>
</div>
</div>
<div *ngIf="chassis[iosNameForm.get('platform').value]">
</div> -->
<div *ngIf="selectedPlatform">
<div *ngFor="let index of [0,1,2,3,4,5,6,7]">
<mat-select
placeholder="Slot {{index}}"