Browse Source
Feature/improve headers label in scraper configuration (#4263)
* Improve label
pull/4264/head
Thomas Kaul
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
|
@ -307,7 +307,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div class="mt-3"> |
|
|
<div class="mt-3"> |
|
|
<mat-form-field appearance="outline" class="w-100 without-hint"> |
|
|
<mat-form-field appearance="outline" class="w-100 without-hint"> |
|
|
<mat-label i18n>Headers</mat-label> |
|
|
<mat-label i18n>HTTP Request Headers</mat-label> |
|
|
<textarea |
|
|
<textarea |
|
|
cdkTextareaAutosize |
|
|
cdkTextareaAutosize |
|
|
formControlName="headers" |
|
|
formControlName="headers" |
|
|