mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-06 21:44:45 -04:00
Setting for allowing long sms
This commit is contained in:
parent
ecd661c801
commit
2172112144
4 changed files with 7 additions and 1 deletions
|
@ -26,6 +26,10 @@
|
|||
<label for="promosms-sender-name" class="form-label">{{ $t("promosmsSMSSender") }}</label>
|
||||
<input id="promosms-sender-name" v-model="$parent.notification.promosmsSenderName" type="text" minlength="3" maxlength="11" class="form-control">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="promosms-allow-long" class="form-label">{{ $t("promosmsAllowLong") }}</label>
|
||||
<input id="promosms-allow-long" v-model="$parent.notification.promosmsAllowLong" type="checkbox" class="form-control" checked>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue