refactoring
This commit is contained in:
parent
7dcddb9ffa
commit
4620261e6f
@ -89,11 +89,10 @@
|
|||||||
{{ 'calculated-fields.hint.expression-max-length' | translate }}
|
{{ 'calculated-fields.hint.expression-max-length' | translate }}
|
||||||
}
|
}
|
||||||
</mat-error>
|
</mat-error>
|
||||||
|
} @else {
|
||||||
|
<mat-hint>{{ 'calculated-fields.hint.expression' | translate }}</mat-hint>
|
||||||
}
|
}
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
@if (!configFormGroup.get('expressionSIMPLE').errors || !configFormGroup.get('expressionSIMPLE').touched) {
|
|
||||||
<span class="tb-form-hint expression-hint">{{ 'calculated-fields.hint.expression' | translate }}</span>
|
|
||||||
}
|
|
||||||
} @else {
|
} @else {
|
||||||
<tb-js-func
|
<tb-js-func
|
||||||
required
|
required
|
||||||
|
|||||||
@ -17,10 +17,6 @@
|
|||||||
.dialog-container {
|
.dialog-container {
|
||||||
width: 869px;
|
width: 869px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
.tb-form-hint.expression-hint {
|
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.script-lang-chip {
|
.script-lang-chip {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user