From dce08d2b406403d0f0d1a090c45ab43b8e143662 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 25 Jun 2024 14:03:28 +0200 Subject: [PATCH] feat(client): :sparkles: support custom port in ip input pattern --- client/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.html b/client/index.html index 3939cc7..495ace2 100644 --- a/client/index.html +++ b/client/index.html @@ -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 />