Fix "VLAN ID" field max value on vlan.html

This commit is contained in:
Mark H. Spatz
2026-03-08 17:50:54 -04:00
parent 4cef63200f
commit 364d538abd
+1 -1
View File
@@ -12,7 +12,7 @@
<form id="vform" action="/vlan.html">
<div>
<label for="vid">VLAN ID:</label>
<input type="number" min="1" max="2047" id="vid" name="vid">
<input type="number" min="1" max="4094" id="vid" name="vid">
<button type="button" style="margin: 0 0 0 24px" onclick="fetchVLAN();">Get Configuration</button>
</div>
<br/><br/>