Move account status block higher
| @@ -3282,6 +3282,9 @@ | ||
| 3282 | 3282 | <!-- Service Account JSON Content --> |
| 3283 | 3283 | <div class="flex-container flexFlowColumn"> |
| 3284 | 3284 | <label for="vertexai_service_account_json" data-i18n="Service Account JSON Content">Service Account JSON Content:</label> |
| 3285 | + <div id="vertexai_service_account_status" class="info-block marginTopBot5" style="display: none;"> | |
| 3286 | + <span id="vertexai_service_account_info"></span> | |
| 3287 | + </div> | |
| 3285 | 3288 | <textarea id="vertexai_service_account_json" class="text_pole textarea_compact" rows="4" placeholder='Paste your Service Account JSON content here, e.g.: |
| 3286 | 3289 | { |
| 3287 | 3290 | "type": "service_account", |
| @@ -3300,9 +3303,6 @@ | ||
| 3300 | 3303 | <button type="button" id="vertexai_validate_service_account" class="menu_button menu_button_icon" data-i18n="Validate JSON">Validate JSON</button> |
| 3301 | 3304 | <button type="button" id="vertexai_clear_service_account" class="menu_button menu_button_icon" data-i18n="Clear">Clear</button> |
| 3302 | 3305 | </div> |
| 3303 | - <div id="vertexai_service_account_status" class="info-block" style="display: none;"> | |
| 3304 | - <span id="vertexai_service_account_info"></span> | |
| 3305 | - </div> | |
| 3306 | 3306 | </div> |
| 3307 | 3307 | </div> |
| 3308 | 3308 | |