Limit delta parameters values
This commit is contained in:
parent
1bdabb88c2
commit
1088d46fac
@ -53,7 +53,7 @@
|
||||
<label for="deltaAppt">Appointment delta (days)</label>
|
||||
</div>
|
||||
<div class="col">
|
||||
<input type="number" class="form-control" id="deltaAppt" placeholder="days">
|
||||
<input type="number" class="form-control" id="deltaAppt" placeholder="days" min="1" max="365">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
@ -61,7 +61,7 @@
|
||||
<label for="deltaNow">Preparation time (days)</label>
|
||||
</div>
|
||||
<div class="col">
|
||||
<input type="number" class="form-control" id="deltaNow" placeholder="days">
|
||||
<input type="number" class="form-control" id="deltaNow" placeholder="days" min="1" max="365">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user