re-enable custom intervals

This commit is contained in:
Philipp Dormann 2021-07-24 19:35:17 +02:00
parent 5494bce9fe
commit bc0c0ccde2
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -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">
</div>
<div class="mb-3">
@ -124,7 +124,7 @@ export default {
type: "http",
name: "",
url: "https://",
interval: 60,
interval: 20,
maxretries: 0,
notificationIDList: {},
}