mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 19:13:25 +08:00
Indentation fix in editor
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<input type="number" class="form-control" id="interval" v-model="monitor.interval" required min="20" step="1">
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<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">
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user