mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-23 12:29:16 +02:00
Add hiding unicode checkbox
This commit is contained in:
parent
6056c91d74
commit
e09b027450
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@
|
|||
<label for="smseagle-priority" class="form-label">{{ $t("smseaglePriority") }}</label>
|
||||
<input id="smseagle-priority" v-model="$parent.notification.smseaglePriority" type="number" class="form-control" min="0" max="9" step="1" placeholder="0">
|
||||
</div>
|
||||
<div class="mb-3 form-check form-switch">
|
||||
<div v-if="$parent.notification.smseagleMsgType === 'smseagle-sms'
|
||||
|| $parent.notification.smseagleRecipientType !== 'smseagle-to'" class="mb-3 form-check form-switch">
|
||||
<label for="smseagle-encoding" class="form-label">{{ $t("smseagleEncoding") }}</label>
|
||||
<input id="smseagle-encoding" v-model="$parent.notification.smseagleEncoding" type="checkbox" class="form-check-input">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue