fix: align live flow contracts and preserve existing result state
Closes #9
This commit is contained in:
@@ -66,12 +66,22 @@
|
||||
|
||||
<label class="api-form-field" for="api-auth-type">
|
||||
<span>Тип авторизации</span>
|
||||
<select id="api-auth-type" name="authType">
|
||||
<select id="api-auth-type" name="auth_type">
|
||||
<option value="">Выберите тип</option>
|
||||
<option value="password">Пароль</option>
|
||||
<option value="token">Токен</option>
|
||||
</select>
|
||||
<span class="field-error" data-error-for="authType"></span>
|
||||
<span class="field-error" data-error-for="auth_type"></span>
|
||||
</label>
|
||||
|
||||
<label class="api-form-field" for="api-tls-mode">
|
||||
<span>TLS режим</span>
|
||||
<select id="api-tls-mode" name="tls_mode">
|
||||
<option value="">Выберите режим</option>
|
||||
<option value="strict">Strict (проверка сертификата)</option>
|
||||
<option value="insecure">Insecure (без проверки сертификата)</option>
|
||||
</select>
|
||||
<span class="field-error" data-error-for="tls_mode"></span>
|
||||
</label>
|
||||
|
||||
<label class="api-form-field" id="api-password-field" for="api-password">
|
||||
|
||||
Reference in New Issue
Block a user