Dont require gateway on network edit also make vlan field numeric

This commit is contained in:
johnnyq
2026-03-07 16:31:39 -05:00
parent fe9bc05937
commit 083262fedb
2 changed files with 4 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ ob_start();
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-layer-group"></i></span>
</div>
<input type="number" min="1" max="4094" class="form-control" name="vlan" placeholder="ex. 20">
<input type="text" class="form-control" inputmode="numeric" name="vlan" placeholder="e.g. 20">
</div>
</div>