Projekt

Obecné

Profil

« Předchozí | Další » 

Revize dd7fb7a3

Přidáno uživatelem Jan Pašek před téměř 4 roky(ů)

Re #8706 - Rebased to current master

Zobrazit rozdíly:

static/create_certificate.html
185 185
                    <label class="form-check-label" for="isSSL_TLS">SSL/TLS</label><br>
186 186
                </td>
187 187
            </tr>
188
            <tr>
189
                <div class="form-group form-check">
190
                    <td><label class="form-check-label" for="specifyPasswordCheckbox" style="margin-top: 15px">Custom key:</label></td>
191
                    <td class="pl-3">
192
                        <input type="checkbox" v-model="customKey" id="specifyPasswordCheckbox" name="specifyPassword" class="mb-2 form-check-input form-check">
193
                    </td>
194
                </div>
195
            </tr>
196
            <tr v-if="customKey">
197
                <div class="form-group">
198
                    <td class="pl-5"><label for="key_password">Password:</label></td>
199
                    <td class="pl-3">
200
                        <input type="text" v-model:value="key.password" id="key_password" name="key_password" class="form-control">
201
                    </td>
202
                </div>
203
            </tr>
204
            <tr v-if="customKey">
205
                <div class="form-group">
206
                    <td class="pl-5"><label for="key_pem">Private key:</label></td>
207
                    <td class="pl-3">
208
                        <input type="file" v-on:change="onKeyFileChange" id="key_pem" name="key_pem" class="form-control-file">
209
                    </td>
210
                </div>
211
            </tr>
188 212
            <tr>
189 213
                <td align="center">
190 214
                    <button class="btn btn-success mt-3 w-auto" v-on:click="onCreateCertificate()">Create certificate</button>

Také k dispozici: Unified diff