This commit is contained in:
Sofia Papacharalampous 2024-05-31 18:37:28 +03:00
parent a9377e6765
commit 13db96b770
1 changed files with 9 additions and 4 deletions

View File

@ -34,11 +34,16 @@
<!-- SHOW FIELDS -->
<mat-optgroup [label]="'DESCRIPTION-TEMPLATE-EDITOR.STEPS.FORM.RULE.FIELDS.FIELDS' | translate">
<mat-option *ngFor="let option of fieldOptions" [value]="option.id" style="line-height: normal;" [disabled]="parentIds.includes(option.id) ||hiddenBy.includes(option.id)" [matTooltip]="getToolTipMessage(option.id)" [matTooltipShowDelay]="700">
<span>
{{option.label? option.label:'<'+ ('DESCRIPTION-TEMPLATE-EDITOR.STEPS.GENERAL-INFO.UNTITLED' | translate) + '>' }} </span> <br>
<small>
<div class="row mt-2 mb-2">
<div class="col">
<span class="title-text">
{{option.label? option.label:'<'+ ('DESCRIPTION-TEMPLATE-EDITOR.STEPS.GENERAL-INFO.UNTITLED' | translate) + '>' }}
</span> <br>
<span class="subtitle-text">
{{option.id}}
</small>
</span>
</div>
</div>
</mat-option>
</mat-optgroup>