Allow start interface to be named 0

This commit is contained in:
johnnyq
2025-03-21 21:54:55 -04:00
parent 0647933df7
commit 8e3dd42a32
5 changed files with 17 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-ethernet"></i></span>
</div>
<input type="number" id="interface_start" class="form-control" name="interface_start" placeholder="e.g., 1" min="1" required>
<input type="number" id="interface_start" class="form-control" name="interface_start" placeholder="e.g., 1" min="0" required>
</div>
</div>