mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 03:26:53 +03:00
Update edit_config_param_template.html (#2881)
This commit is contained in:
@@ -556,7 +556,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<input required type="number" id="PostProcessing_PreValueAgeStartup_value1" size="13" min="0"
|
||||
oninput="(!validity.rangeUnderflow||(value=0)) && (!validity.stepMismatch||(value=parseInt(this.value)));">Seconds
|
||||
oninput="(!validity.rangeUnderflow||(value=0)) && (!validity.stepMismatch||(value=parseInt(this.value)));">Minutes
|
||||
</td>
|
||||
<td>$TOOLTIP_PostProcessing_PreValueAgeStartup</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user