mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-12 00:10:52 -04:00
Add text for resend disabled
This commit is contained in:
parent
f390a8caf1
commit
855b12f435
2 changed files with 3 additions and 1 deletions
|
@ -140,7 +140,8 @@
|
|||
<div class="my-3">
|
||||
<label for="resend-interval" class="form-label">
|
||||
{{ $t("Notification resend Interval if Down") }}
|
||||
<span>({{ $t("resendEveryMinute", [ monitor.resendInterval ]) }})</span>
|
||||
<span v-if="monitor.resendInterval > 0">({{ $t("resendEveryMinute", [ monitor.resendInterval ]) }})</span>
|
||||
<span v-else>({{ $t("resendDisabled") }})</span>
|
||||
</label>
|
||||
<input id="resend-interval" v-model="monitor.resendInterval" type="number" class="form-control" required min="0" step="1">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue