Reduced the number of rows in the textarea for Service Account JSON input in index.html

This commit is contained in:
InterestingDarkness
2025-05-28 21:26:10 +08:00
parent c9f90a2bd3
commit 55af19e70b

View File

@@ -3281,7 +3281,7 @@
<!-- Service Account JSON Content -->
<div class="flex-container flexFlowColumn">
<label for="vertexai_service_account_json" data-i18n="Service Account JSON Content">Service Account JSON Content:</label>
<textarea id="vertexai_service_account_json" class="text_pole textarea_compact" rows="8" placeholder='Paste your Service Account JSON content here, e.g.:
<textarea id="vertexai_service_account_json" class="text_pole textarea_compact" rows="4" placeholder='Paste your Service Account JSON content here, e.g.:
{
"type": "service_account",
"project_id": "your-project-id",