mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-01 11:01:18 +00:00
feat: Multi number notifications for SMSIR (#6346)
This commit is contained in:
committed by
GitHub
parent
a7b2624c2d
commit
319edddae5
@@ -4,8 +4,8 @@
|
||||
<HiddenInput id="smsir-key" v-model="$parent.notification.smsirApiKey" :required="true" autocomplete="new-password"></HiddenInput>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="smsir-number" class="form-label">{{ $t("Recipient Number") }}</label>
|
||||
<input id="smsir-number" v-model="$parent.notification.smsirNumber" placeholder="9123456789" type="text" maxlength="11" minlength="10" class="form-control" required>
|
||||
<label for="smsir-number" class="form-label">{{ $t("Recipient Numbers") }}</label>
|
||||
<input id="smsir-number" v-model="$parent.notification.smsirNumber" placeholder="9123456789,09987654321" type="text" minlength="10" class="form-control" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="smsir-template" class="form-label">{{ $t("Template ID") }}</label>
|
||||
|
||||
Reference in New Issue
Block a user