Browse Source
Merge pull request #9180 from vvlladd28/bug/queues/custom-property-hint
Fixed show hint in custom property for queue settings
pull/9186/head
Igor Kulikov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/modules/home/components/queue/queue-form.component.html
|
|
|
@ -203,7 +203,7 @@ |
|
|
|
</ng-template> |
|
|
|
</mat-expansion-panel> |
|
|
|
</mat-accordion> |
|
|
|
<mat-form-field class="mat-block" formGroupName="additionalInfo" appearance="fill"> |
|
|
|
<mat-form-field class="mat-block" formGroupName="additionalInfo" subscriptSizing="dynamic"> |
|
|
|
<mat-label translate>queue.custom-properties</mat-label> |
|
|
|
<textarea matInput formControlName="customProperties" cdkTextareaAutosize cdkAutosizeMinRows="1"></textarea> |
|
|
|
<mat-hint translate>queue.custom-properties-hint</mat-hint> |
|
|
|
|