mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Forgot to change the length of the inputs
This commit is contained in:
@@ -72,9 +72,9 @@
|
|||||||
list="searches"
|
list="searches"
|
||||||
required pattern="[a-zA-Z0-9]+"
|
required pattern="[a-zA-Z0-9]+"
|
||||||
spellcheck="false"
|
spellcheck="false"
|
||||||
maxlength="8"
|
maxlength="10"
|
||||||
autocomplete
|
autocomplete
|
||||||
length="8"
|
length="10"
|
||||||
/>
|
/>
|
||||||
<label for="search" id="forsearch">Type ID of host to be controlled</label>
|
<label for="search" id="forsearch">Type ID of host to be controlled</label>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user