|
|
|
@ -19,7 +19,7 @@ |
|
|
|
<div *ngFor="let deviceProfileCommunication of communicationConfigFormArray.controls; let $index = index; |
|
|
|
last as isLast;" fxLayout="row" fxLayoutAlign="start center" |
|
|
|
fxLayoutGap="8px" class="scope-row" [formGroup]="deviceProfileCommunication"> |
|
|
|
<div class="communication-config" fxFlex fxLayout="row" fxLayoutGap="8px" fxLayoutAlign="start"> |
|
|
|
<div class="communication-config"> |
|
|
|
<mat-form-field class="spec mat-block" floatLabel="always" hideRequiredMarker> |
|
|
|
<mat-label translate>device-profile.snmp.scope</mat-label> |
|
|
|
<mat-select formControlName="spec" required> |
|
|
|
|