BUGFIX: still occurences of error instead of fail

This commit is contained in:
Jeroen De Meerleer 2021-09-03 11:12:43 +02:00
parent 190f931c53
commit 0282583af5
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 3 additions and 3 deletions

View File

@ -51,11 +51,11 @@
</div>
<div class="mb-3">
<label for="errorlevel">Max fail percentage</label>
<label for="fail-pct">Max fail percentage</label>
<div class="input-group d-flex">
<div class="range-value range-value-errorlevel pe-1">50%</div>
<div class="range-value range-value-fail-pct pe-1">50%</div>
<div class="range-input ps-1 flex-grow-1">
<input type="range" name="errorlevel" class="form-range range-input-errorlevel" id="errorlevel" max="100" step="5" value="50">
<input type="range" name="fail-pct" class="form-range range-input-fail-pct" id="fail-pct" max="100" step="5" value="50">
</div>
</div>
</div>