Fix hostname/IP validation to prevent whitespace input in the SSL and Create New Service form (closes #114)

This commit is contained in:
Tola Leng
2026-01-24 20:58:33 +07:00
parent 4f367b92da
commit 370f613080
6 changed files with 48 additions and 37 deletions
@@ -88,6 +88,7 @@ export const servicesTranslations: ServicesTranslations = {
serviceNameRequired: "Service name is required",
urlDomainHostRequired: "URL/Domain/Host is required",
enterValidUrlHostnameDomain: "Please enter a valid URL, hostname, or domain",
spacesNotAllowed: "Spaces are not allowed",
// Dashboard
upServices: "UP SERVICES",