Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Tweaks for v0.4.42 #769

Merged
merged 3 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion controller/emailUi/limitWarning.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<td>{{ .Version }}</td>
</tr>
</table>
<p style="text-align: center;"></a>Copyright © 2023 <a href="http://www.netfoundry.io" target="_blank" style="color: #00d7e4;">NetFoundry, Inc.</a></p>
<p style="text-align: center;"></a>Copyright © <a href="http://www.netfoundry.io" target="_blank" style="color: #00d7e4;">NetFoundry, Inc.</a></p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion controller/emailUi/resetPassword.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<td>{{ .Version }}</td>
</tr>
</table>
<p style="text-align: center;"></a>Copyright © 2023 <a href="http://www.netfoundry.io" target="_blank" style="color: #00d7e4;">NetFoundry, Inc.</a></p>
<p style="text-align: center;"></a>Copyright © <a href="http://www.netfoundry.io" target="_blank" style="color: #00d7e4;">NetFoundry, Inc.</a></p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion controller/emailUi/verify.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<td>{{ .Version }}</td>
</tr>
</table>
<p style="text-align: center;">Copyright © 2023 <a href="http://www.netfoundry.io" target="_blank" style="color: white;">NetFoundry, Inc.</a></p>
<p style="text-align: center;">Copyright © <a href="http://www.netfoundry.io" target="_blank" style="color: white;">NetFoundry, Inc.</a></p>
</div>
</body>

Expand Down
1 change: 0 additions & 1 deletion ui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ code, pre {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}

.fullscreen .row {
Expand Down
Loading