fix: Allow setting heartbeat interval below 20 seconds (#6658)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
f71787eac1
commit
50ab0b8d52
@ -1119,7 +1119,7 @@
|
|||||||
:max="maxInterval"
|
:max="maxInterval"
|
||||||
step="1"
|
step="1"
|
||||||
@focus="lowIntervalConfirmation.editedValue = true"
|
@focus="lowIntervalConfirmation.editedValue = true"
|
||||||
@blur="checkIntervalValue"
|
@blur="finishUpdateInterval"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="form-text">
|
<div class="form-text">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user