feat(client): ✨ support custom port in ip input pattern
This commit is contained in:
parent
a941446dd6
commit
dce08d2b40
|
@ -25,7 +25,7 @@
|
|||
type="text"
|
||||
name="ip-address"
|
||||
title="Adresse IP du robot (ex: 192.168.0.1)"
|
||||
pattern="\d+\.\d+\.\d+\.\d+"
|
||||
pattern="\d+\.\d+\.\d+\.\d+(:\d+)?"
|
||||
placeholder="192.168.0.0"
|
||||
required
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue