Browse Source
Indentation fix in editor
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/86/head
Sam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/pages/EditMonitor.vue
|
|
@ -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> |
|
|
|