Merge pull request #321 from Laupe/upstream

Fix Issue #318
This commit is contained in:
Samuel Denis-D'Ortun 2016-06-16 18:58:40 -04:00 committed by GitHub
commit ff37adcc60
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<input type="text" id="pattern" name="pattern" value="{{ edit_value_pattern }}" maxlength="255" data-toggle="tooltip" title="{{ label_pattern_description }}" />
</div>
</div>
<div class="control-group types typeWebsite">
<div class="control-group">
<label class="control-label" for="warning_threshold">{{ label_warning_threshold }}</label>
<div class="controls">
<input class="input-mini" type="text" id="warning_threshold" name="warning_threshold" value="{{ edit_value_warning_threshold }}" maxlength="5" data-toggle="tooltip" title="{{ label_warning_threshold_description }}" />