mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 21:54:41 +08:00
add patch3.sql and fix duplicate id in EditMonitor.vue
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="interval" class="form-label">Retry Pings</label>
|
||||
<input type="number" class="form-control" id="interval" v-model="monitor.maxretries" required min="0" step="1">
|
||||
<label for="maxRetries" class="form-label">Retry Pings</label>
|
||||
<input type="number" class="form-control" id="maxRetries" v-model="monitor.maxretries" required min="0" step="1">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user