mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 15:46:02 -04:00
⚡ re-add custom check intervals
This commit is contained in:
parent
43114b1771
commit
4f9165195f
@ -56,7 +56,7 @@
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="interval" class="form-label">Heartbeat Interval (Every {{ monitor.interval }} seconds)</label>
|
||||
<input id="interval" v-model="monitor.interval" type="number" class="form-control" required min="20" step="1">
|
||||
<input id="interval" v-model="monitor.interval" type="number" class="form-control" required min="1" step="1">
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
|
Loading…
x
Reference in New Issue
Block a user