mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-30 19:01:13 +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>
|
||||
|
||||
+2
-1
@@ -1186,5 +1186,6 @@
|
||||
"Number of retry attempts if webhook fails": "Number of retry attempts (every 60-180 seconds) if the webhook fails.",
|
||||
"Maximum Retries": "Maximum Retries",
|
||||
"Template ID": "Template ID",
|
||||
"wayToGetClickSMSIRTemplateID": "Your template must contain an {uptkumaalert} field. You can create a new template {here}."
|
||||
"wayToGetClickSMSIRTemplateID": "Your template must contain an {uptkumaalert} field. You can create a new template {here}.",
|
||||
"Recipient Numbers": "Recipient Numbers"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user