Merge pull request #627 from NixNotCastey/smtp-subject

Add support for custom subject in emails
This commit is contained in:
Louis Lam 2021-10-15 00:54:31 +08:00 committed by GitHub
commit c593a962c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 66 additions and 1 deletions

View file

@ -63,6 +63,7 @@
</div>
</div>
<!-- Hostname -->
<!-- TCP Port / Ping / DNS only -->
<div v-if="monitor.type === 'port' || monitor.type === 'ping' || monitor.type === 'dns' " class="my-3">
<label for="hostname" class="form-label">{{ $t("Hostname") }}</label>