mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 11:35:56 +00:00
Lint
This commit is contained in:
parent
142a820dac
commit
3dacf72471
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<i18n-t v-if="monitor.type === 'smtp'" keypath="smtpHelpText" tag="div" class="my-3">
|
||||
<i18n-t v-if="monitor.type === 'smtp'" keypath="smtpHelpText" tag="div" class="my-3">
|
||||
<label for="smtp_security" class="form-label">{{ $t("SMTP Security") }}</label>
|
||||
<select id="smtp_security" v-model="monitor.smtpSecurity" class="form-select">
|
||||
<option value="secure">SMTPS</option>
|
||||
|
|
Loading…
Add table
Reference in a new issue