mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Indentation fix in editor
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
054269ecf0
commit
8b905b6b12
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue