From e88c478fe5d73edc07b416095b7d3e7cdca4e6ec Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 16 Oct 2024 10:52:50 -0400 Subject: [PATCH 1/3] css fix to make registration page more visible --- ui/src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/index.css b/ui/src/index.css index ff483914..374577b3 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -71,7 +71,6 @@ code, pre { display: flex; align-items: center; justify-content: center; - height: 100vh; } .fullscreen .row { From 7d65ae669d7d26fe7cbc6cf57c3c7530533b831e Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 16 Oct 2024 10:53:22 -0400 Subject: [PATCH 2/3] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 516a1c2e..bd482c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ FIX: always append common options like `--headless` and conditionally append `--verbose --insecure` if their respective env vars are set to when running in a service manager like systemd or Docker and wrapping the `zrok` command with the `zrok-share.bash` shell script (https://openziti.discourse.group/t/question-about-reserved-public-vs-temp-public-shares/3169) +FIX: Correct registration page CSS to ensure that the entire form is visible + ## v0.4.41 FIX: Fixed crash when invoking `zrok share reserved` with no arguments (https://github.com/openziti/zrok/issues/740) From 81074a577a898caa4ae03d9b41a069931506f0d4 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 16 Oct 2024 10:54:13 -0400 Subject: [PATCH 3/3] remove copyright year from html email --- controller/emailUi/limitWarning.gohtml | 2 +- controller/emailUi/resetPassword.gohtml | 2 +- controller/emailUi/verify.gohtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/controller/emailUi/limitWarning.gohtml b/controller/emailUi/limitWarning.gohtml index 6a676f53..0adf0586 100644 --- a/controller/emailUi/limitWarning.gohtml +++ b/controller/emailUi/limitWarning.gohtml @@ -150,7 +150,7 @@ {{ .Version }} -

Copyright © 2023 NetFoundry, Inc.

+

Copyright © NetFoundry, Inc.

\ No newline at end of file diff --git a/controller/emailUi/resetPassword.gohtml b/controller/emailUi/resetPassword.gohtml index 75a991f6..0f8dd437 100644 --- a/controller/emailUi/resetPassword.gohtml +++ b/controller/emailUi/resetPassword.gohtml @@ -148,7 +148,7 @@ {{ .Version }} -

Copyright © 2023 NetFoundry, Inc.

+

Copyright © NetFoundry, Inc.

\ No newline at end of file diff --git a/controller/emailUi/verify.gohtml b/controller/emailUi/verify.gohtml index e817d348..5f0d6d4a 100644 --- a/controller/emailUi/verify.gohtml +++ b/controller/emailUi/verify.gohtml @@ -138,7 +138,7 @@ {{ .Version }} -

Copyright © 2023 NetFoundry, Inc.

+

Copyright © NetFoundry, Inc.