mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-23 12:05:56 +00:00
updated vue
This commit is contained in:
parent
acb99487f8
commit
59ec067d63
1 changed files with 9 additions and 0 deletions
|
@ -89,6 +89,15 @@
|
||||||
<div class="form-text">{{ $t("leave blank for default body") }}</div>
|
<div class="form-text">{{ $t("leave blank for default body") }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mb-3">
|
||||||
|
<div class="form-check">
|
||||||
|
<input id="use-html-body" v-model="$parent.notification.htmlBody" class="form-check-input" type="checkbox" value="">
|
||||||
|
<label class="form-check-label" for="use-html-body">
|
||||||
|
{{ $t("Use HTML E-mail body") }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<ToggleSection :heading="$t('smtpDkimSettings')">
|
<ToggleSection :heading="$t('smtpDkimSettings')">
|
||||||
<i18n-t tag="div" keypath="smtpDkimDesc" class="form-text mb-3">
|
<i18n-t tag="div" keypath="smtpDkimDesc" class="form-text mb-3">
|
||||||
<a href="https://nodemailer.com/dkim/" target="_blank">{{ $t("documentation") }}</a>
|
<a href="https://nodemailer.com/dkim/" target="_blank">{{ $t("documentation") }}</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue