mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 08:32:23 +02:00
Indentation fix in editor
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
054269ecf0
commit
8b905b6b12
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user