mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
don't enforce 20s interval, but default to 20s
This commit is contained in:
parent
07d3cfccb3
commit
49be12cad6
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
<div class="mb-3">
|
||||
<label for="interval" class="form-label">Heartbeat Interval (Every {{ monitor.interval }} seconds)</label>
|
||||
<input type="number" class="form-control" id="interval" v-model="monitor.interval" required min="20" step="1">
|
||||
<input type="number" class="form-control" id="interval" v-model="monitor.interval" required min="1" step="1" value="20">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue