Fix alignment of Region controls

0559fd7e8b9d981f3cea145734bad21d94ce1f07

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +9 -5Ignore whitespace
public/index.html+9 -5
@@ -3267,12 +3267,16 @@
32673267 </h4>
32683268
32693269 <!-- Region -->
32703270 <div class="flex-container flexFlowColumn">
32713271 <label for="vertexai_region" data-i18n="Region">Region:</label>
3272+ <span data-i18n="Region">
3273+ Region:
3274+ </span>
3275+ <a href="https://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations" target="_blank" rel="noopener noreferrer" title="View available regions and models" data-i18n="[title]View available regions and models" class="notes-link">
3276+ <span class="fa-solid fa-circle-question note-link-span"></span>
3277+ </a>
3278+ </label>
32723279 <input id="vertexai_region" name="vertexai_region" class="text_pole flex1" value="us-central1" type="text" autocomplete="off" placeholder="e.g., global, us-central1, europe-west1, asia-northeast1">
3273- <a href="https://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations" target="_blank" rel="noopener noreferrer" title="View available regions and models" data-i18n="[title]View available regions and models" class="notes-link">
3274- <span class="fa-solid fa-circle-question note-link-span"></span>
3275- </a>
32763280 </div>
32773281
32783282 <!-- Service Account JSON Content -->