|
|
|
@ -116,11 +116,12 @@ |
|
|
|
<mat-form-field class="mat-block" subscriptSizing="dynamic"> |
|
|
|
<mat-label translate>rule-node-config.polygon-definition</mat-label> |
|
|
|
<input matInput formControlName="polygonsDefinition" required> |
|
|
|
<mat-icon matSuffix class="m-2 cursor-pointer" aria-hidden="false" aria-label="help-icon" |
|
|
|
<mat-icon matSuffix class="help-icon m-2 cursor-pointer" aria-hidden="false" aria-label="help-icon" |
|
|
|
color="primary" |
|
|
|
matTooltip="{{ 'rule-node-config.polygon-definition-hint' | translate }}"> |
|
|
|
help |
|
|
|
</mat-icon> |
|
|
|
<mat-hint></mat-hint> |
|
|
|
<mat-error *ngIf="geoActionConfigForm.get('polygonsDefinition').hasError('required')"> |
|
|
|
{{ 'rule-node-config.polygon-definition-required' | translate }} |
|
|
|
</mat-error> |
|
|
|
|