From a3e8c32a30ef90f5aa0526e8440aa343378dbf26 Mon Sep 17 00:00:00 2001 From: Josh Frye Date: Fri, 12 Feb 2016 09:19:45 -0500 Subject: Add install option for log path --- modules/auth/user_form.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/auth/user_form.go') diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index d4c2dff9..0e863ec9 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -27,6 +27,7 @@ type InstallForm struct { SSHPort int HTTPPort string `binding:"Required"` AppUrl string `binding:"Required"` + LogRootPath string SMTPHost string SMTPFrom string -- cgit v1.2.3 From 8ab5399e830c425e611e5b24ef2edefefa587455 Mon Sep 17 00:00:00 2001 From: Josh Frye Date: Fri, 12 Feb 2016 10:10:02 -0500 Subject: Make log path required --- modules/auth/user_form.go | 2 +- templates/install.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/auth/user_form.go') diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index 0e863ec9..57451d9e 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -27,7 +27,7 @@ type InstallForm struct { SSHPort int HTTPPort string `binding:"Required"` AppUrl string `binding:"Required"` - LogRootPath string + LogRootPath string `binding:"Required"` SMTPHost string SMTPFrom string diff --git a/templates/install.tmpl b/templates/install.tmpl index 1d97abf5..b3d4d733 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -109,9 +109,9 @@ {{.i18n.Tr "install.app_url_helper"}} -
+
- + {{.i18n.Tr "install.log_root_path_helper"}}
-- cgit v1.2.3