Adds a hint indicator on external Sources on Dataset description. (Ticket #67)

This commit is contained in:
gkolokythas 2019-04-26 17:20:21 +03:00
parent e138b18dc1
commit 8699b7bbe8
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
<mat-error *ngIf="form.get('value').hasError('required')">{{'GENERAL.VALIDATION.REQUIRED' | translate}}
</mat-error>
</div>
<mat-hint>{{ "TYPES.DATASET-PROFILE-COMBO-BOX-TYPE.EXTERNAL-SOURCE-HINT" | translate }}</mat-hint>
</mat-form-field>
<mat-form-field *ngIf="form.get('data').value.type === datasetProfileComboBoxTypeEnum.WordList" class="col-md-12">
<mat-select [formControl]="form.get('value')" placeholder="{{ form.get('data').value.label | translate }}" [required]="form.get('validationRequired').value">