Add support for values of Name, Hostname and Status

This commit is contained in:
Lukas 2021-10-09 21:48:28 +02:00
parent edb75808d8
commit 792f3c7c5c
3 changed files with 33 additions and 3 deletions

View file

@ -44,8 +44,8 @@
</div>
<div class="mb-3">
<label for="subject-email" class="form-label">{{ $t("Custom Email subject") }}</label>
<input id="subject-email" v-model="$parent.notification.customsubject" type="text" class="form-control" autocomplete="false" placeholder="[Uptime Kuma] Service status has changed">
<label for="subject-email" class="form-label">{{ $t("Email Subject") }}</label>
<input id="subject-email" v-model="$parent.notification.customsubject" type="text" class="form-control" autocomplete="false" placeholder="Service {NAME} on {HOSTNAME} has changed status to {STATUS}">
</div>
<div class="mb-3">