Skip to content

Commit

Permalink
Fix app name in web UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Dec 20, 2023
1 parent 8189476 commit 0f0a6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway-ha/src/main/resources/template/header.ftl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<table style="width:75%">
<tr>
<td>
<h2>Trino Load Balancer</h2>
<h2>Trino Gateway</h2>
</td>
<td>User: ${displayName}</td>
<td><a href="/logout">log out</a></td>
Expand Down
2 changes: 1 addition & 1 deletion gateway-ha/src/main/resources/template/login-form.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<table style="width:100%">
<tr>
<td>
<h2>Trino Load Balancer</h2>
<h2>Trino Gateway</h2>
</td>
</tr>
</table>
Expand Down

0 comments on commit 0f0a6a8

Please sign in to comment.