Skip to content
Snippets Groups Projects
Commit 2d7a4b80 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Default threshold value change

parent f900c6e0
Branches
Tags
No related merge requests found
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
<legend>{% trans "Other threshold values" %}</legend> <legend>{% trans "Other threshold values" %}</legend>
<div class="form-group"> <div class="form-group">
<label for="thresholdHumidPeriodHours">{% trans "Number of consecutive 'humid hours'" %}</label> <label for="thresholdHumidPeriodHours">{% trans "Number of consecutive 'humid hours'" %}</label>
<input type="number" name="thresholdHumidPeriodHours" class="form-control" value="19"/> <input type="number" name="thresholdHumidPeriodHours" class="form-control" value="20"/>
<span class="help-block" id="{{ form_id }}_thresholdHumidPeriodHours_validation"></span> <span class="help-block" id="{{ form_id }}_thresholdHumidPeriodHours_validation"></span>
</div> </div>
<div class="form-group"> <div class="form-group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment