From b3cb2fb45eca6ad8a77f86bd95dfd139ba7491ca Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 29 Nov 2018 16:23:18 +0100 Subject: [PATCH] remove the required class from optional ssh port the ssh port is optional during the installation process. The translations even mention that it is optional and can be blank. Right now it has the `required` class which creates the red `*` behind the field caption - used for required fields. If you leave it blank, the SSH option is disabled (not touched by this PR) Signed-off-by: Roman --- templates/install.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/install.tmpl b/templates/install.tmpl index 46439b4979be4..f45052ccd07ff 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -99,7 +99,7 @@ {{.i18n.Tr "install.domain_helper"}} -
+
{{.i18n.Tr "install.ssh_port_helper"}}