Измеены идентификаторы значений зон

This commit is contained in:
Alexander Popov 2023-09-26 22:49:26 +03:00
parent 6a064a90dc
commit 6598f0e2c3
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 6 additions and 6 deletions

View File

@ -331,40 +331,40 @@
<p class="text-center">Настройка времени работы штока актуатора</p>
<div class="row mb-1">
<label for="setting_full_push" class="col-6 col-form-label">
<label for="setting_rod_full_push" class="col-6 col-form-label">
Полное освобождение педали
</label>
<div class="col-6">
<input
type="number"
class="form-control"
id="setting_full_push"
id="setting_rod_full_push"
min="200"
max="4000" />
</div>
</div>
<div class="row mb-1">
<label for="setting_zn_warning" class="col-6 col-form-label">
<label for="setting_rod_pre_brake" class="col-6 col-form-label">
Предварительное торможение
</label>
<div class="col-6">
<input
type="number"
class="form-control"
id="setting_zn_warning"
id="setting_rod_pre_brake"
min="200"
max="4000" />
</div>
</div>
<div class="row mb-1">
<label for="setting_zn_alert" class="col-6 col-form-label">
<label for="setting_rod_full_brake" class="col-6 col-form-label">
Полное торможение
</label>
<div class="col-6">
<input
type="number"
class="form-control"
id="setting_zn_alert"
id="setting_rod_full_brake"
min="200"
max="4000" />
</div>