mirror of https://github.com/itflow-org/itflow
Update client_rack_add_modal.php
Adjust max rack size to 70U
This commit is contained in:
parent
cc0de316ab
commit
2b83fe5796
|
|
@ -90,7 +90,7 @@
|
|||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-sort-numeric-up-alt"></i></span>
|
||||
</div>
|
||||
<input type="number" class="form-control" name="units" placeholder="Number of Units" min="1" max="44" required>
|
||||
<input type="number" class="form-control" name="units" placeholder="Number of Units" min="1" max="70" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue